mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-30 14:35:20 -04:00
working docker-compose with google chrome
This commit is contained in:
parent
2c375eab49
commit
e1be96e597
3 changed files with 33 additions and 27 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue