chore(services): Update zipline to use new Database env var. (#5210)

This commit is contained in:
Venom
2025-02-24 16:47:01 +00:00
committed by GitHub
parent 86ad8a7827
commit f3cdcd02b5

View File

@@ -11,6 +11,7 @@ services:
- SERVICE_FQDN_ZIPLINE_3000 - SERVICE_FQDN_ZIPLINE_3000
- CORE_RETURN_HTTPS=${CORE_RETURN_HTTPS:-false} - CORE_RETURN_HTTPS=${CORE_RETURN_HTTPS:-false}
- CORE_SECRET=${SERVICE_PASSWORD_64_ZIPLINE} - CORE_SECRET=${SERVICE_PASSWORD_64_ZIPLINE}
- DATABASE_URL=postgres://${SERVICE_USER_POSTGRES}:${SERVICE_PASSWORD_POSTGRES}@postgres/${POSTGRES_DB:-zipline-db}
- CORE_DATABASE_URL=postgres://${SERVICE_USER_POSTGRES}:${SERVICE_PASSWORD_POSTGRES}@postgres/${POSTGRES_DB:-zipline-db} - CORE_DATABASE_URL=postgres://${SERVICE_USER_POSTGRES}:${SERVICE_PASSWORD_POSTGRES}@postgres/${POSTGRES_DB:-zipline-db}
- CORE_LOGGER=${CORE_LOGGER:-true} - CORE_LOGGER=${CORE_LOGGER:-true}
# Default credentials are "administrator" and "password" # Default credentials are "administrator" and "password"