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

@@ -247,4 +247,4 @@ services:
networks:
default:
name: ae_dev_net
name: ${AE_NETWORK_NAME:-ae_dev_net}