fix: added AE_DOZZLE_PORT variable to resolve port conflicts between environments.

This commit is contained in:
Scott Idem
2026-03-12 00:40:30 -04:00
parent dca75ab990
commit 122ae1efc6
2 changed files with 2 additions and 1 deletions

View File

@@ -214,7 +214,7 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
ports:
- "8881:8080"
- "${AE_DOZZLE_PORT:-8881}:8080"
restart: unless-stopped
logging:
driver: "json-file"

View File

@@ -44,6 +44,7 @@ OSIT_WEB_HTTPS_PORT=4443
# Gateway ports (External entry points into the container mesh)
AE_API_GATEWAY_PORT=5060
AE_APP_GATEWAY_PORT=3001
AE_DOZZLE_PORT=8881
# Maximum allowed file upload size (Global for Nginx)
OSIT_WEB_MAX_BODY_SIZE=5120M