1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-14 15:53:28 +01:00

Add basic dev docker-compose.yaml

This commit is contained in:
Tessa Walsh 2022-08-30 17:27:43 -04:00
parent 5e2f47a049
commit ff7783aa74

10
docker-compose.yaml Normal file
View File

@ -0,0 +1,10 @@
version: '3'
services:
pywb:
build: .
ports:
- 8080:8080
volumes:
- ./config.yaml:/webarchive/config.yaml
- ./sample_archive/:/webarchive/sample_archive/