4 Commits

Author SHA1 Message Date
Julien Calixte
4b03f0e885 chore(docker): remove container healthcheck
Coolify performs its own liveness probe, so the in-image HEALTHCHECK is
redundant.
2026-05-28 17:26:50 +02:00
Julien Calixte
230d523891 chore(docker): cache pnpm store to avoid re-downloading deps
Source is copied before install because the root postinstall (nuxt prepare)
needs it, so the dependency layer can't be cached by ordering alone. A
BuildKit cache mount on pnpm's store keeps packages across builds instead.
2026-05-27 23:31:32 +02:00
Julien Calixte
405b929f66 ci: Coolify autodeploy from main; migrate-on-boot and split dev/prod compose
- Add Nitro plugin to apply Drizzle migrations on server boot (skips when
  DATABASE_URL is unset, e.g. during build).
- Split compose: docker-compose.dev.yml (hot-reload + Postgres) vs
  docker-compose.yml (production/self-host, env-driven, Coolify-deployable).
- Add .dockerignore; parameterise compose env; document the autodeploy
  decision (Coolify watches main, no CI workflow needed) in ADR 0003 and
  plan.md T12.
2026-05-27 23:13:06 +02:00
Julien Calixte
c71718ccbc chore: clean install 2026-05-27 22:46:55 +02:00