Skip to content

Commit fac4ca7

Browse files
committed
Add mimtproxy to docker compose setup
1 parent 02a04ff commit fac4ca7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docker-compose.yml

+8
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,11 @@ db:
2222
- "3306"
2323
environment:
2424
MYSQL_ROOT_PASSWORD: abc123
25+
26+
proxy:
27+
build: docker_images/morph-mitmdump
28+
links:
29+
- web
30+
environment:
31+
MORPH_URL: http://web:3000
32+
MITMPROXY_SECRET: afisdifubekfnasi

0 commit comments

Comments
 (0)