fix: added AE_NETWORK_NAME variable to isolate networks between stacks.

This commit is contained in:
Scott Idem
2026-03-12 01:40:19 -04:00
parent ef54720e78
commit 26e943b066
2 changed files with 4 additions and 1 deletions

View File

@@ -37,6 +37,9 @@ CONTAINER_DOZZLE=ae_dozzle_default
# ------------------------------------------------------------------------------
# NETWORK & PROXY SETTINGS
# ------------------------------------------------------------------------------
# Internal Docker network name (should be unique per environment)
AE_NETWORK_NAME=ae_dev_net
# Local Nginx listener ports on the host system
OSIT_WEB_HTTP_PORT=8080
OSIT_WEB_HTTPS_PORT=4443