You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we look at the logs for the nginix:stable-alpine container the following error will repeat every 10seconds or so:
docker logs 824452bb7de4
2025/02/27 16:19:24 [emerg] 1#1: host not found in upstream "postgresql-tggwgck84cgowk48k440sws0" in /etc/nginx/nginx.conf:12
nginx: [emerg] host not found in upstream "postgresql-tggwgck84cgowk48k440sws0" in /etc/nginx/nginx.conf:12
/docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
/docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
/docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
10-listen-on-ipv6-by-default.sh: info: IPv6 listen already enabled
/docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh
/docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
/docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
/docker-entrypoint.sh: Configuration complete; ready for start up
Steps to Reproduce
Install supabase resource, keep the defaults, click save & deploy.
Against the postgresql container, click settings, set public port to: 5432, tick 'make it publicly available' & save.
'docker ps', shows a new container running nginix:stable-alpine which I assume will proxy my requests to postgresql and this container restarts every few seconds which I presume is why I am unable to connect over 5432.
Example Repository URL
No response
Coolify Version
v4.0.0-beta.395
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Rocky Linux 9.5
Additional Information
I've tried 3-4 fresh supabase installations against two different servers and the error persists.
The text was updated successfully, but these errors were encountered:
@gekkojelly it looks like this recent change broke the detection, this used to return standalone-supabase/postgres, which would then set the correct container name of supabase-db-xxxx in the dbproxy start
Error Message and Logs
If we look at the logs for the nginix:stable-alpine container the following error will repeat every 10seconds or so:
docker logs 824452bb7de4
2025/02/27 16:19:24 [emerg] 1#1: host not found in upstream "postgresql-tggwgck84cgowk48k440sws0" in /etc/nginx/nginx.conf:12
nginx: [emerg] host not found in upstream "postgresql-tggwgck84cgowk48k440sws0" in /etc/nginx/nginx.conf:12
/docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
/docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
/docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
10-listen-on-ipv6-by-default.sh: info: IPv6 listen already enabled
/docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh
/docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
/docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
/docker-entrypoint.sh: Configuration complete; ready for start up
Steps to Reproduce
Example Repository URL
No response
Coolify Version
v4.0.0-beta.395
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Rocky Linux 9.5
Additional Information
I've tried 3-4 fresh supabase installations against two different servers and the error persists.
The text was updated successfully, but these errors were encountered: