diff --git a/snap/docker-compose.yml b/snap/docker-compose.yml index f0529c9..8856431 100644 --- a/snap/docker-compose.yml +++ b/snap/docker-compose.yml @@ -1,13 +1,6 @@ version: "3.7" services: -# mitmproxy: -# image: mitmproxy/mitmproxy -# stop_signal: SIGKILL -# command: mitmweb --web-host 0.0.0.0 --web-port 9090 -# ports: -# - 9090:9090 - traefik: container_name: bridgehead-traefik image: docker.verbis.dkfz.de/cache/traefik:latest diff --git a/snap/mitmproxy.yml b/snap/mitmproxy.yml new file mode 100644 index 0000000..c07efee --- /dev/null +++ b/snap/mitmproxy.yml @@ -0,0 +1,13 @@ +version: "3.7" + +services: + mitmproxy: + image: mitmproxy/mitmproxy + stop_signal: SIGKILL + command: mitmweb --web-host 0.0.0.0 --web-port 9090 + ports: + - 9090:9090 + + spot: + environment: + MITM_PROXY: http://mitmproxy:8080 --> set like this in override if needed