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:
parent
5e2f47a049
commit
ff7783aa74
10
docker-compose.yaml
Normal file
10
docker-compose.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
pywb:
|
||||
build: .
|
||||
ports:
|
||||
- 8080:8080
|
||||
volumes:
|
||||
- ./config.yaml:/webarchive/config.yaml
|
||||
- ./sample_archive/:/webarchive/sample_archive/
|
Loading…
x
Reference in New Issue
Block a user