[GH-ISSUE #35] Supabase template wrong config for kong ? #3492

Closed
opened 2026-04-30 06:25:28 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @malko on GitHub (Mar 24, 2025).
Original GitHub issue: https://github.com/Dokploy/templates/issues/35

In docker-compose file i had to change the line

SUPABASE_URL: http://kong:8000

to

SUPABASE_URL: http://${SUPABASE_HOST}

I'm not 100% sure this is the right config, but it seems to work better since i made this change.

Originally created by @malko on GitHub (Mar 24, 2025). Original GitHub issue: https://github.com/Dokploy/templates/issues/35 In docker-compose file i had to change the line ```yml SUPABASE_URL: http://kong:8000 ``` to ```yml SUPABASE_URL: http://${SUPABASE_HOST} ``` I'm not 100% sure this is the right config, but it seems to work better since i made this change.
Author
Owner

@Siumauricio commented on GitHub (Jun 1, 2025):

Recently a new template was implemented, and the old template was corrected, you can try it and check if you still have this problem.

So let's close this for now

<!-- gh-comment-id:2927921508 --> @Siumauricio commented on GitHub (Jun 1, 2025): Recently a new template was implemented, and the old template was corrected, you can try it and check if you still have this problem. So let's close this for now
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#3492