mirror of
https://github.com/samply/bridgehead.git
synced 2025-12-16 01:47:31 +01:00
Move mitmproxy to extra file
This commit is contained in:
@@ -1,13 +1,6 @@
|
|||||||
version: "3.7"
|
version: "3.7"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
# mitmproxy:
|
|
||||||
# image: mitmproxy/mitmproxy
|
|
||||||
# stop_signal: SIGKILL
|
|
||||||
# command: mitmweb --web-host 0.0.0.0 --web-port 9090
|
|
||||||
# ports:
|
|
||||||
# - 9090:9090
|
|
||||||
|
|
||||||
traefik:
|
traefik:
|
||||||
container_name: bridgehead-traefik
|
container_name: bridgehead-traefik
|
||||||
image: docker.verbis.dkfz.de/cache/traefik:latest
|
image: docker.verbis.dkfz.de/cache/traefik:latest
|
||||||
|
|||||||
13
snap/mitmproxy.yml
Normal file
13
snap/mitmproxy.yml
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user