fixing docker-compose

This commit is contained in:
stefan
2025-09-11 15:24:50 +02:00
parent b9f1a4a150
commit 11e049b0f6
7 changed files with 71 additions and 560 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ source "$SCRIPT_DIR/../utils/common.sh" || {
readonly GATEWAY_MODULE="infrastructure:gateway"
readonly GATEWAY_JAR="infrastructure/gateway/build/libs/gateway-1.0.0.jar"
readonly GATEWAY_PORT="${GATEWAY_PORT:-8080}"
readonly GATEWAY_PORT="${GATEWAY_PORT:-8081}"
readonly GATEWAY_HOST="${GATEWAY_HOST:-localhost}"
readonly GATEWAY_BASE_URL="http://${GATEWAY_HOST}:${GATEWAY_PORT}"