fixed coolify compose.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user