mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-07 09:10:20 -05:00
[PR #814] feat: updated supabase versions and required config #2925
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Dokploy/templates/pull/814
Author: @mattias-wiberg
Created: 4/20/2026
Status: 🔄 Open
Base:
canary← Head:feat/update-supabase-versions📝 Commits (1)
a0883dcfeat: updated supabase versions and required config📊 Changes
2 files changed (+864 additions, -192 deletions)
View changed files
📝
blueprints/supabase/docker-compose.yml(+210 -93)📝
blueprints/supabase/template.toml(+654 -99)📄 Description
According to current state of https://github.com/supabase/supabase/tree/master/docker
Verified that all tests passed bby running https://github.com/supabase/supabase/blob/master/docker/tests/test-self-hosted.sh after base64 import to dokploy.
What is this PR about?
Updated the versions of supabase images and adjusted the config accordingly
Checklist
Before submitting this PR, please make sure that:
Issues related (if applicable)
Close automatically the related issues using the keywords:
closes #ISSUE_NUMBERScreenshots or Videos
Greptile Summary
This PR syncs the Supabase blueprint with the upstream
supabase/supabasedocker configuration, upgrading all service image versions (studio, kong, auth, rest, realtime, storage, analytics, db, vector, supavisor, etc.) and aligning environment variables, healthchecks, and entrypoints accordingly. Thetemplate.tomlis substantially expanded with new variables (PG_META_CRYPTO_KEY, Logflare tokens, S3 keys, asymmetric JWT placeholders,POOLER_DB_POOL_SIZE) and improved inline documentation.Confidence Score: 5/5
Safe to merge; all findings are minor style/convention issues that do not affect runtime behaviour.
Both findings are P2: the
networksblock violates the project's AGENTS.md convention (Dokploy manages networking) and themeta.jsonversion string was not bumped. Neither blocks functionality — the author confirmed the template works end-to-end against the upstream test script. No logic errors or security issues were found.blueprints/supabase/docker-compose.yml (networks block on kong), meta.json (version string for supabase entry)
Comments Outside Diff (1)
blueprints/supabase/template.toml, line 1 (link)meta.jsonversion not updatedThe AGENTS.md convention requires that the
versionfield inmeta.jsonmust match the Docker image versions indocker-compose.yml. The currentmeta.jsonentry forsupabasestill shows"version": "1.25.04 / dokploy >= 0.22.5", but this PR bumps multiple service images to versions dated April 2026 (e.g.,supabase/studio:2026.04.08-sha-205cbe7). The version string should be updated accordingly (e.g.,"1.26.04 / dokploy >= 0.22.5").Context Used: AGENTS.md (source)
Reviews (1): Last reviewed commit: "feat: updated supabase versions and requ..." | Re-trigger Greptile
Context used:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.