Comment out mitmproxy

This commit is contained in:
Martin Lablans 2023-04-24 11:43:30 +02:00
parent 194191d22d
commit d5d4419374
1 changed files with 7 additions and 7 deletions

View File

@ -1,12 +1,12 @@
version: "3.7" version: "3.7"
services: services:
mitmproxy: # mitmproxy:
image: mitmproxy/mitmproxy # image: mitmproxy/mitmproxy
stop_signal: SIGKILL # stop_signal: SIGKILL
command: mitmweb --web-host 0.0.0.0 --web-port 9090 # command: mitmweb --web-host 0.0.0.0 --web-port 9090
ports: # ports:
- 9090:9090 # - 9090:9090
traefik: traefik:
container_name: bridgehead-traefik container_name: bridgehead-traefik
@ -58,7 +58,7 @@ services:
AUTH_USER: ${AUTH_USER} AUTH_USER: ${AUTH_USER}
AUTH_PW: ${AUTH_PW} AUTH_PW: ${AUTH_PW}
BEAM_PROXY: http://beam-proxy:8081 BEAM_PROXY: http://beam-proxy:8081
ALL_PROXY: http://mitmproxy:8080 # MITM_PROXY: http://mitmproxy:8080 --> set like this in override if needed
depends_on: depends_on:
- "beam-proxy" - "beam-proxy"