mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-09 17:58:01 -05:00
Add SELF_HOSTED to docker-compose.yml
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user