1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-22 14:13:01 +02: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: