fix: update compose submodule to pick up backup network fix #67
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/backup-submodule-update"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
backup_stack.serviceis failing. The deployed compose.yml still hasbackup_netdeclared asexternal: true, but that network was never created externally.Root Cause
The compose repo already has the fix (PR #45, commit
d7449e9) —backup/compose.ymlnow usesdriver: bridgeso Docker Compose auto-creates the network. But the infra repo's submodule atassets/composewas still pinned toc9aacc5, a pre-fix commit.Fix
Updated
assets/composesubmodule tod7449e9(the merge commit of PR #45 on the compose repo).After merge
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.