mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-06 02:07:03 -05:00
[PR #563] [MERGED] Fix supabase realtime service name resolution #1909
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/563
Author: @yeliu84
Created: 12/1/2025
Status: ✅ Merged
Merged: 2/15/2026
Merged by: @Siumauricio
Base:
canary← Head:fix-supabase-kong-realtime-service-resolution📝 Commits (1)
e66c889Fix realtime service name resolution📊 Changes
2 files changed (+4 additions, -3 deletions)
View changed files
📝
blueprints/supabase/docker-compose.yml(+1 -0)📝
blueprints/supabase/template.toml(+3 -3)📄 Description
The realtime service URL of the official
kong.ymlis pointed tohttp://realtime-dev.supabase-realtime:4000/socket, wheresupabase-realtimeis the container name set indocker-compose.yml. This fixed container name doesn't work with dokploy because the container prefix is randomly generated.This PR is to expose the CONTAINER_PREFIX environment variable to kong service, then utilize it to format the correct URL for the realtime service.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.