coollabsio / coolify

An open-source & self-hostable Heroku / Netlify / Vercel alternative.
https://coolify.io
Apache License 2.0
31.54k stars 1.61k forks source link

[Bug]: Supabase: An error occurred while setting up the SSL connection #3050

Open tschuehly opened 1 month ago

tschuehly commented 1 month ago

Description

Hello!

I've set up Supabase on a fresh coolify install and can successfully connect to the supabase dashboard. But I cannot connect to the Postgres DB. I've tried both with port 8000 and 5432. The error happens both with JDBC and in IntelliJ.

image

Minimal Reproduction (if possible, example repository)

Set up coolify, and supabase. Add a domain record and change it to the domain. Try to connect with a JDBC client.

Exception or Error

No response

Version

v4.0.0-beta.323

Cloud?

djsisson commented 1 month ago

have you amended the compose file to expose the ports from the container to the host?

tschuehly commented 1 month ago

have you amended the compose file to expose the ports from the container to the host?

Nope, isn't that happening via Kong? Then that's an easy fix, will try it out.

djsisson commented 1 month ago

you could also just use an ssh tunnel