c3ea07d6e4
CI/CD / CI · API (dotnet build + test) (push) Successful in 40s
CI/CD / CI · Admin API (dotnet build) (push) Successful in 36s
CI/CD / CI · Dashboard (tsc) (push) Successful in 1m2s
CI/CD / CI · Admin Web (tsc) (push) Successful in 35s
CI/CD / CI · Website (tsc) (push) Successful in 44s
CI/CD / CI · Koja (tsc) (push) Successful in 48s
CI/CD / Deploy · all services (push) Failing after 10s
postgres/redis were created before the compose project name was locked to "meezi", so they're on a different Docker network. New app containers join meezi_default — the API crashes immediately because it can't reach Host=postgres. Fix: create meezi_default if needed, then docker network connect meezi-db and meezi-redis to it before starting the app containers. Also dump API and admin-api logs on failure to make future failures easier to diagnose. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>