fix: update compose submodule for network creation fix #7

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

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.

  • Closes: depends on compose PR #6

Deployment

cd /opt/data/infra
sudo nixos-rebuild switch --flake .#lazyworkhorse

Verification

sudo systemctl status backup_stack
docker ps | grep restic

## 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 - Closes: depends on compose PR #6 ## Deployment cd /opt/data/infra sudo nixos-rebuild switch --flake .#lazyworkhorse ## Verification sudo systemctl status backup_stack docker ps | grep restic
Hermes added 2 commits 2026-04-29 18:51:36 +00:00
- Submodule now creates networks as bridge instead of external
- Resolves backup_stack startup failure due to missing backup_net
gortium self-assigned this 2026-04-29 23:43:39 +00:00
Hermes closed this pull request 2026-04-29 23:50:39 +00:00

Pull request closed

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/infra#7
No description provided.