mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-10 08:25:23 +02:00
The previous merge of origin/canary into this branch was committed with unresolved conflict markers in docker-compose.yml and template.toml, producing invalid YAML/TOML. It also carried over the old kong eval-based entrypoint, which made the kong container unhealthy and failed the deploy (dependency kong failed to start). This commit restores the known-good template structure from canary (kong-entrypoint.sh, declarative kong.yml with JWKS/asymmetric key routes, vector + analytics stack, correct domains) and applies only the version bumps intended by this PR: - studio 2026.04.27 -> 2026.06.03-sha-0bca601 - gotrue v2.186.0 -> v2.189.0 - postgrest v14.8 -> v14.12 - realtime v2.76.5 -> v2.102.3 - storage-api v1.48.26 -> v1.60.4 - postgres-meta v0.96.3 -> v0.96.6 - edge-runtime v1.71.2 -> v1.74.0 - postgres 15.8.1.085 -> 17.6.1.136 - supavisor 2.7.4 -> 2.9.5 Deploy-tested on Dokploy: all 13 containers running, kong healthy, studio dashboard reachable through kong (HTTP 200). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>