fix: create networks as bridge instead of external

- Changed all networks from external: true to driver: bridge
- Fixes chicken-and-egg problem where networks must exist before stacks can start
- backup_net, ai_net, auth_net, cloud_net, coms_net, finance_net, home_auto_net, homepage_net, passman_net, tak_net, vc_net now created automatically
This commit is contained in:
Thierry Pouplier
2026-04-29 18:42:09 +00:00
parent fb0f2cbe84
commit 28a172e828
2 changed files with 12 additions and 12 deletions

View File

@@ -96,5 +96,5 @@ services:
networks:
backup_net:
external: true
driver: bridge
name: backup_net