From 3194080b80b871d5d7c9bc706a6a3aa670763fab Mon Sep 17 00:00:00 2001 From: h202-wq Date: Thu, 9 Jul 2026 10:58:02 -0400 Subject: [PATCH] fixed coolify compose. --- docker-compose.coolify.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docker-compose.coolify.yml b/docker-compose.coolify.yml index 3060a9d..ffbba63 100644 --- a/docker-compose.coolify.yml +++ b/docker-compose.coolify.yml @@ -2,10 +2,11 @@ # # In Coolify: create a new resource -> Docker Compose -> point it at this # repository and set "Docker Compose Location" to /docker-compose.coolify.yml. -# Coolify substitutes the $SERVICE_* magic variables below: it generates the -# database password automatically and assigns the public domain (FQDN) you -# configure to the eaglecast service on port 9000. TLS and the reverse proxy -# are handled by Coolify's own proxy, so no ports are published here. +# Coolify generates the database password automatically via the +# $SERVICE_PASSWORD_EAGLECASTDB magic variable below. Set the public domain on +# the eaglecast service in Coolify's UI (e.g. https://cast.example.com:9000 — +# the port picks the container port). TLS and the reverse proxy are handled by +# Coolify's own proxy, so no ports are published here. # # Optional: set EAGLECAST_ADMIN_USER / EAGLECAST_ADMIN_PASSWORD in the # Coolify environment variables UI before the first deploy to auto-create the @@ -21,7 +22,6 @@ services: dockerfile: Dockerfile restart: unless-stopped environment: - - SERVICE_FQDN_EAGLECAST_9000 - EAGLECAST_app__address=0.0.0.0:9000 - EAGLECAST_db__host=db - EAGLECAST_db__port=5432