0771b401f3
docker compose down was silently failing (|| true) when the compose file was stale, leaving db/minio running on the old network subnet. The new postgrest container then couldn't bind because Docker tried to reuse the same subnet with conflicting container IPs. Now: rm -f all containers matching route_commerce_/route-commerce- by name first (works regardless of compose file state), then remove the network explicitly so Docker allocates a clean subnet on the next up. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>