fix: added AE_DOZZLE_PORT variable to resolve port conflicts between environments.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user