fix: create networks as bridge instead of external #45

Open
Hermes wants to merge 2 commits from fix/network-creation into master
Collaborator

Changes all networks from external: true to driver: bridge so Docker auto-creates them. Fixes the chicken-and-egg problem where stacks fail on first deploy because networks must already exist.

Files changed:

  • backup/compose.yml: backup_net
  • network/compose.yml: ai_net, auth_net, backup_net, cloud_net, coms_net, finance_net, home_auto_net, homepage_net, passman_net, tak_net, vc_net

PR originally from branch fix/network-creation.

Changes all networks from `external: true` to `driver: bridge` so Docker auto-creates them. Fixes the chicken-and-egg problem where stacks fail on first deploy because networks must already exist. Files changed: - backup/compose.yml: backup_net - network/compose.yml: ai_net, auth_net, backup_net, cloud_net, coms_net, finance_net, home_auto_net, homepage_net, passman_net, tak_net, vc_net PR originally from branch fix/network-creation.
Hermes added 1 commit 2026-05-20 18:29:14 +00:00
- 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
Hermes added 1 commit 2026-06-04 17:21:58 +00:00
This pull request has changes conflicting with the target branch.
  • ai/compose.yml
  • finance/compose.yml
  • homeautomation/compose.yml
  • homepage/compose.yml
  • network/compose.yml
  • passwordmanager/compose.yml
  • tak/compose.yml
  • versioncontrol/compose.yml
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin fix/network-creation:fix/network-creation
git checkout fix/network-creation
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: gortium/compose#45
No description provided.