fixing docker-compose

This commit is contained in:
stefan
2025-09-12 14:58:49 +02:00
parent 3ed5a9cece
commit e7360b4f8e
6 changed files with 103 additions and 158 deletions
+1 -1
View File
@@ -217,7 +217,7 @@ services:
CONSUL_ENABLED: "true"
GATEWAY_PORT: ${GATEWAY_PORT:-8081}
ports:
- "${GATEWAY_PORT:-8081}:${GATEWAY_PORT:-8081}"
- "${GATEWAY_PORT:-8081}:8081"
depends_on:
consul:
condition: service_healthy