mirror of
https://github.com/polaroi8d/cactoide.git
synced 2026-03-22 06:05:28 +00:00
fix: improve the federation.config
This commit is contained in:
@@ -37,6 +37,10 @@ services:
|
||||
DATABASE_URL: ${DATABASE_URL:-postgres://cactoide:cactoide_password@postgres:5432/cactoide_database}
|
||||
PORT: 3000
|
||||
HOSTNAME: ${HOSTNAME:-0.0.0.0}
|
||||
LOG_PRETTY: ${LOG_PRETTY:-true}
|
||||
LOG_LEVEL: ${LOG_LEVEL:-trace}
|
||||
PUBLIC_LANDING_INFO: ${PUBLIC_LANDING_INFO:-true}
|
||||
FEDERATION_INSTANCE: ${FEDERATION_INSTANCE:-true}
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
|
||||
Reference in New Issue
Block a user