Run containers without mitmweb proxy
This commit is contained in:
committed by
=Michael Hohn
parent
7b06484b29
commit
c556605e44
@@ -26,7 +26,8 @@ services:
|
|||||||
container_name: server
|
container_name: server
|
||||||
stop_grace_period: 1s
|
stop_grace_period: 1s
|
||||||
ports:
|
ports:
|
||||||
- "8081:8080" # host:container
|
# - "8081:8080" # host:container for proxy
|
||||||
|
- "8080:8080" # host:container
|
||||||
depends_on:
|
depends_on:
|
||||||
- rabbitmq
|
- rabbitmq
|
||||||
- dbstore
|
- dbstore
|
||||||
|
|||||||
Reference in New Issue
Block a user