fix: create networks as bridge instead of external #45

Open
Hermes wants to merge 1 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
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
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.