mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -05:00
Disable Prometheus exporter by default
This commit is contained in:
parent
8b852cbe92
commit
c4915b3ea0
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ services:
|
|||
DISTANCE_UNIT: km
|
||||
PHOTON_API_HOST: photon.komoot.io
|
||||
PHOTON_API_USE_HTTPS: true
|
||||
PROMETHEUS_EXPORTER_ENABLED: true
|
||||
PROMETHEUS_EXPORTER_ENABLED: false
|
||||
PROMETHEUS_EXPORTER_HOST: 0.0.0.0
|
||||
PROMETHEUS_EXPORTER_PORT: 9394
|
||||
logging:
|
||||
|
|
|
|||
Loading…
Reference in a new issue