Files
route-commerce/.gitea
tyler e6911a184c
Deploy to route.crispygoat.com / deploy (push) Failing after 13s
Build / build (push) Has been cancelled
fix(deploy): use --force-recreate on docker compose up
The previous attempt's `docker compose down` removed the project's
network, but on the subsequent `docker compose up`, the postgrest
container was being recreated rather than created from scratch, and
its network attachment still pointed to the now-orphaned old network
ID. The new db/minio containers attached to the freshly-created
network fine; only postgrest failed with 'network ... not found'.

`-d --force-recreate` tells docker compose to throw away any
existing container state and build from scratch, eliminating stale
network references.
2026-06-05 23:59:32 +00:00
..