mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-22 22:32:19 +01:00
20 lines
331 B
YAML
20 lines
331 B
YAML
|
version: '2'
|
||
|
|
||
|
services:
|
||
|
proxy:
|
||
|
build: ./proxy/
|
||
|
links:
|
||
|
- webagg:webagg
|
||
|
|
||
|
environment:
|
||
|
- "WEBAGG=http://webrecplatform_webagg_1:8080"
|
||
|
|
||
|
ports:
|
||
|
- 9080:9080
|
||
|
|
||
|
volumes:
|
||
|
- ${HOME}/.mitmproxy/:/root/.mitmproxy/
|
||
|
|
||
|
webagg:
|
||
|
build: ./webagg/
|