Supabase template wrong config for kong ? #13

Closed
opened 2025-11-22 20:29:16 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @malko on GitHub (Mar 24, 2025).

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). 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

@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#13