mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-17 06:36:23 -05:00
[GH-ISSUE #558] Cannot create multiple instances of Supabase #695
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?
Originally created by @OmarUsman on GitHub (Nov 29, 2025).
Original GitHub issue: https://github.com/Dokploy/templates/issues/558
Template Name
Supabase
Relevant Logs of the Error
Creating multiple instances of Supabase on the same machine will give this error:
Steps to Reproduce the Error
Environment Information
When does this error occur?
During template deployment
Additional Context
The workaround im using is changing these variables in my ENV:
POSTGRES_PORT=5432 -> POSTGRES_PORT=5532
POOLER_PROXY_PORT_TRANSACTION=6543 -> POOLER_PROXY_PORT_TRANSACTION=6643
It should 100% be possible to route different domains for example data.project-one.com -> instance 1 and data.project-two.com to the different instances and make supabase not accessable by the machine IP at all, I just can't seem to figure it out.
I've tried creating a new entry point for postgres in the traefik.yml, then using labels to route request based on the domain to their coressponding instance however this just didn't work - no error messages just no success.
Any help would be much appreciated!
Will you send a PR to fix it?
Maybe, need help
@aseha231ha commented on GitHub (Dec 29, 2025):
I think is a bug snince last update, i have same issue in all my servers
@muhammedalibilgin commented on GitHub (Jan 30, 2026):
I experienced the same problem; I couldn't access the Dokploy panel because supabase and Dokploy PostgreSQL were using the same port. I deleted data while trying to solve it with ChatGPT, I'm very frustrated.