2
0
forked from jmug/cactoide

fix: improve the federation.config

This commit is contained in:
Levente Orban
2025-11-10 11:46:02 +01:00
parent b723aac180
commit a1fa879f36
6 changed files with 31 additions and 71 deletions

View File

@@ -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