Add SELF_HOSTED to docker-compose.yml

This commit is contained in:
Eugene Burmakin 2025-04-07 21:48:33 +02:00
parent 60061975d3
commit 0675941701

View file

@ -69,6 +69,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"
logging:
driver: "json-file"
options:
@ -120,6 +121,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"
logging:
driver: "json-file"
options: