fix(ci): recreate named compose containers without collisions #10
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "fix/ci-compose-reup"
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?
Summary
CI
docker compose up --force-recreate(no ingest profile) tried to createosint-dashboardwhile the old name-pinned container was still running:Deploy now:
compose --profile ingest down --remove-orphans(volumes kept — no-v)docker rm -fany leftover name-pinned stack containerscompose --profile ingest up -d --no-buildHelper:
scripts/compose-reup.sh(same command you can run on the Pi).