add pywb docker example to docker-compose
This commit is contained in:
parent
d7fc161ac7
commit
2030748d5d
1 changed files with 12 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue