fix: update compose submodule for network creation fix #7
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/backup-network-creation"
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 fails to start due to missing backup_net Docker network.
Root Cause
The compose submodule declares networks as external: true, but nothing creates them. This causes a chicken-and-egg problem where the network must exist before the stack can start.
Solution
Updates the compose submodule to commit that changes all networks from external to bridge driver. Docker Compose will now create networks automatically.
Related
Deployment
cd /opt/data/infra
sudo nixos-rebuild switch --flake .#lazyworkhorse
Verification
sudo systemctl status backup_stack
docker ps | grep restic
Hermes referenced this pull request2026-04-30 16:04:13 +00:00
Hermes referenced this pull request2026-05-01 01:38:33 +00:00
Pull request closed