From 84cdd6092d430953ff2c64da642bf80460d81146 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Tue, 20 May 2025 01:05:59 +0200 Subject: [PATCH] Dawarich: Update enviroment to 0.26.1 recomendations DISTANCE_UNIT is removed and STORE_GEODATA is added as true --- stacks/dawarich-stack.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stacks/dawarich-stack.yaml b/stacks/dawarich-stack.yaml index 389ecf8..28ef6bc 100644 --- a/stacks/dawarich-stack.yaml +++ b/stacks/dawarich-stack.yaml @@ -57,7 +57,7 @@ services: APPLICATION_HOSTS: ${APPLICATION_HOSTS} TIME_ZONE: Europe/Amsterdam APPLICATION_PROTOCOL: http - DISTANCE_UNIT: km + STORE_GEODATA: "true" PROMETHEUS_EXPORTER_ENABLED: false PROMETHEUS_EXPORTER_HOST: 0.0.0.0 PROMETHEUS_EXPORTER_PORT: 9394 @@ -119,7 +119,7 @@ services: APPLICATION_HOSTS: localhost,::1,127.0.0.1 BACKGROUND_PROCESSING_CONCURRENCY: 10 APPLICATION_PROTOCOL: http - DISTANCE_UNIT: km + STORE_GEODATA: "true" PROMETHEUS_EXPORTER_ENABLED: false PROMETHEUS_EXPORTER_HOST: dawarich_app PROMETHEUS_EXPORTER_PORT: 9394 @@ -157,4 +157,4 @@ volumes: dawarich_valkey_data: dawarich_public: dawarich_watched: - dawarich_storage: \ No newline at end of file + dawarich_storage: