diff --git a/docker-compose.yml b/docker-compose.yml index bedbc4ce..214adc8e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -941,6 +941,7 @@ services: PROMETHEUS_EXPORTER_HOST: 0.0.0.0 PROMETHEUS_EXPORTER_PORT: 9394 ENABLE_TELEMETRY: false # More on telemetry: https://dawarich.app/docs/tutorials/telemetry + SELF_HOSTED: true healthcheck: test: [ "CMD-SHELL", "wget -qO - http://127.0.0.1:3000/api/v1/health | grep -q '\"status\"\\s*:\\s*\"ok\"'" ] interval: 10s @@ -1011,6 +1012,7 @@ services: PROMETHEUS_EXPORTER_HOST: dawarich-app PROMETHEUS_EXPORTER_PORT: 9394 ENABLE_TELEMETRY: false # More on telemetry: https://dawarich.app/docs/tutorials/telemetry + SELF_HOSTED: true depends_on: dawarich-app: condition: service_healthy