mirror of
https://github.com/samply/bridgehead.git
synced 2025-12-15 07:17:31 +01:00
Comment out mitmproxy
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
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
|
||||
# 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
|
||||
@@ -58,7 +58,7 @@ services:
|
||||
AUTH_USER: ${AUTH_USER}
|
||||
AUTH_PW: ${AUTH_PW}
|
||||
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:
|
||||
- "beam-proxy"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user