mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-03-31 12:22:25 +10:00
working docker-compose with google chrome
This commit is contained in:
@@ -6,15 +6,11 @@ services:
|
||||
stdin_open: true
|
||||
tty: true
|
||||
environment:
|
||||
- FETCH_SCREENSHOT=False
|
||||
- FETCH_PDF=False
|
||||
- FETCH_DOM=False
|
||||
- FETCH_MEDIA=False
|
||||
- USE_COLOR=False
|
||||
- SHOW_PROGRESS=False
|
||||
volumes:
|
||||
- ./data:/data
|
||||
command: bash -c 'echo "https://example.com" | /usr/bin/archive; tail -f /dev/null'
|
||||
command: bash -c 'echo "https://example.com" | /bin/archive; tail -f /dev/null'
|
||||
|
||||
nginx:
|
||||
image: 'nginx'
|
||||
|
||||
Reference in New Issue
Block a user