1
0
Fork 0
mirror of synced 2024-06-18 18:34:51 +12:00

add pywb docker example to docker-compose

This commit is contained in:
Nick Sweeting 2020-07-28 06:01:06 -04:00
parent d7fc161ac7
commit 2030748d5d

View file

@ -22,9 +22,21 @@ services:
environment:
- USE_COLOR=True
- SHOW_PROGRESS=False
# - HTTP_PROXY=http://pywb:8080
volumes:
- ./data:/data
# pywb:
# image: webrecorder/pywb:latest
# entrypoint: /bin/sh 'wb-manager add default /archivebox/archive/*/warc/*.warc.gz; wayback --proxy;'
# environment:
# - INIT_COLLECTION=archivebox
# ports:
# - 8080:8080
# volumes:
# ./data:/archivebox
# ./data/wayback:/webarchive
# nginx:
# image: nginx:alpine
# ports: