SNAP: HTTP debug via mitmproxy

This commit is contained in:
lablans 2023-04-24 07:43:52 +00:00
parent fa50fb5cd0
commit 194191d22d
1 changed files with 8 additions and 0 deletions

View File

@ -1,6 +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
traefik:
container_name: bridgehead-traefik
image: docker.verbis.dkfz.de/cache/traefik:latest
@ -51,6 +58,7 @@ services:
AUTH_USER: ${AUTH_USER}
AUTH_PW: ${AUTH_PW}
BEAM_PROXY: http://beam-proxy:8081
ALL_PROXY: http://mitmproxy:8080
depends_on:
- "beam-proxy"