fixed coolify compose.
This commit is contained in:
@@ -2,10 +2,11 @@
|
|||||||
#
|
#
|
||||||
# In Coolify: create a new resource -> Docker Compose -> point it at this
|
# In Coolify: create a new resource -> Docker Compose -> point it at this
|
||||||
# repository and set "Docker Compose Location" to /docker-compose.coolify.yml.
|
# repository and set "Docker Compose Location" to /docker-compose.coolify.yml.
|
||||||
# Coolify substitutes the $SERVICE_* magic variables below: it generates the
|
# Coolify generates the database password automatically via the
|
||||||
# database password automatically and assigns the public domain (FQDN) you
|
# $SERVICE_PASSWORD_EAGLECASTDB magic variable below. Set the public domain on
|
||||||
# configure to the eaglecast service on port 9000. TLS and the reverse proxy
|
# the eaglecast service in Coolify's UI (e.g. https://cast.example.com:9000 —
|
||||||
# are handled by Coolify's own proxy, so no ports are published here.
|
# 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
|
# Optional: set EAGLECAST_ADMIN_USER / EAGLECAST_ADMIN_PASSWORD in the
|
||||||
# Coolify environment variables UI before the first deploy to auto-create the
|
# Coolify environment variables UI before the first deploy to auto-create the
|
||||||
@@ -21,7 +22,6 @@ services:
|
|||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- SERVICE_FQDN_EAGLECAST_9000
|
|
||||||
- EAGLECAST_app__address=0.0.0.0:9000
|
- EAGLECAST_app__address=0.0.0.0:9000
|
||||||
- EAGLECAST_db__host=db
|
- EAGLECAST_db__host=db
|
||||||
- EAGLECAST_db__port=5432
|
- EAGLECAST_db__port=5432
|
||||||
|
|||||||
Reference in New Issue
Block a user