mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 04:48:50 -05:00
[PR #618] SUPABASE_URL in the Studio service fixed #2760
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/618
Author: @Aecron
Created: 12/21/2025
Status: 🔄 Open
Base:
main← Head:patch-1📝 Commits (1)
c5903d0SUPABASE_URL in the Studio service fixed📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
blueprints/supabase/docker-compose.yml(+2 -2)📄 Description
both SUPBASE_URL and SUPABASE_PUBLIC_URL were set to the ENV ${SUPABASE_PUBLIC_URL}, which caused failure in the studio to access some supabase features (such as creating/reading buckets).
This fix is in line with https://github.com/supabase/supabase/blob/master/docker/docker-compose.yml
What is this PR about?
Docker Compose SUPABASE_URL fixed to use the local docker kong instance instead of the public address.
Checklist
Before submitting this PR, please make sure that:
I have read the suggestions in the README.md file https://github.com/Dokploy/templates?tab=readme-ov-file#general-requirements-when-creating-a-templateI have no read, I just encountered the issue myself and bothered to publish the fixI have added tests that demonstrate that my correction works or that my new feature works.Issues related (if applicable)
Close automatically the related issues using the keywords:Haven't checked.closes #ISSUE_NUMBERScreenshots or Videos🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.