1
0
Fork 0
mirror of synced 2024-06-02 10:34:43 +12:00
ArchiveBox/docker-compose.yml
2019-01-29 16:55:50 -08:00

22 lines
514 B
YAML

version: '3'
services:
archivebox:
build: .
stdin_open: true
tty: true
environment:
- USE_COLOR=False
- SHOW_PROGRESS=False
volumes:
- ./data:/data
command: bash -c 'echo "https://github.com/pirate/ArchiveBox" | /bin/archive; tail -f /dev/null'
nginx:
image: 'nginx'
ports:
- '8098:80'
volumes:
- ./etc/nginx/nginx.conf:/etc/nginx/nginx.conf
- ./data:/var/www