1
0
Fork 0
mirror of synced 2024-06-18 18:34:51 +12:00
ArchiveBox/docker-compose.yml

22 lines
514 B
YAML
Raw Normal View History

2019-01-17 03:20:15 +13:00
version: '3'
services:
archivebox:
build: .
stdin_open: true
tty: true
environment:
- USE_COLOR=False
- SHOW_PROGRESS=False
volumes:
- ./data:/data
2019-01-30 13:55:50 +13:00
command: bash -c 'echo "https://github.com/pirate/ArchiveBox" | /bin/archive; tail -f /dev/null'
2019-01-17 03:20:15 +13:00
nginx:
image: 'nginx'
ports:
- '8098:80'
volumes:
- ./etc/nginx/nginx.conf:/etc/nginx/nginx.conf
- ./data:/var/www