Run containers without mitmweb proxy

This commit is contained in:
Michael Hohn
2024-08-21 11:17:20 -07:00
committed by =Michael Hohn
parent 7b06484b29
commit c556605e44

View File

@@ -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