Add SELF_HOSTED to docker-compose.yml

This commit is contained in:
Eugene Burmakin
2025-04-06 21:37:37 +02:00
parent 5ab8b17cdd
commit 118b6d2e66

View File

@@ -70,6 +70,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:
@@ -122,6 +123,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: