working docker-compose with google chrome

This commit is contained in:
Nick Sweeting 2019-01-23 01:06:47 -05:00
parent 2c375eab49
commit e1be96e597
3 changed files with 33 additions and 27 deletions

View file

@ -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'