Add reverse proxy and configuration for replay capability

This commit is contained in:
Michael Hohn
2024-07-01 12:03:24 -07:00
committed by =Michael Hohn
parent 380e90135a
commit 7413e23bab
3 changed files with 43 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ services:
container_name: server
stop_grace_period: 1s
ports:
- "8080:8080"
- "8081:8080" # host:container
depends_on:
- rabbitmq
- dbstore