-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Supabase database expose #3297
Comments
it looks like it doesnt set internal port here:
due to this not being one of teh standalone database types |
Running into this same issue |
Can confirm, had to edit the docker-compose file to expose the port (using coolify cloud) |
I will check the behaviour with other services... I don't know how it should work internally, but maybe, it is supposed to write into the compose file the expose rule with the desired port. |
@alvarolozano its starts a nginx container so you don't have to start or stop the service, the publicly available is on demand, however it doesn't work for this as there is no internal port specified |
Same here. Following: https://supabase.com/docs/guides/self-hosting/docker. I have added manually in Coolify's docker-compose editor. My steps from the scratch:
Name reflects ENV names in Coolify cloud. |
i'll just add, this is the auto generated nginx.conf for supabase
the tag rcoc880 is part of the url in the browser but is not the supabase-db containerid and as you can see it's also missing the port as suspected |
I had to apply this fix, but now it works fine. just a question for my understanding: when does coolify write these docker-compose files? are they written once when i instantiate the service from the coolify UI, or are they written at any other point? |
@LazerJesus i dont follow your question, once the template is in your project, no other changes occur unless you change it |
@djsisson where can i find the nginx.conf file in coolify ? |
Description
I created a Supabase instance, and my goal was to expose the PostGres database to access it from PGAdmin.
When Supabase is deployed, the PostGres container offers a checkbox to enter the port and expose it directly, but it's not working... I had to manually expose it by modifying the docker compose file.
Minimal Reproduction (if possible, example repository)
Exception or Error
I thought it was something related with the PostGres config, but the port is not being exposed.
Version
v4.0.0-beta.325
Cloud?
The text was updated successfully, but these errors were encountered: