fix(ci): recreate named compose containers without collisions #10

Merged
sirius merged 1 commit from fix/ci-compose-reup into master 2026-08-28 20:34:59 -04:00

1 commit

Author SHA1 Message Date
Sirius DevOps
b057ff48f9 fix(ci): recreate named compose containers without collisions
CI ran `compose up --force-recreate` without the ingest profile, so
compose tried to *create* osint-dashboard while the old name-pinned
container was still running. down + rm -f the known names, then up
--profile ingest. Volumes stay.
2026-08-28 20:36:03 -04:00