From e688fb9930214bb306d90b6f94569d6f40c5584d Mon Sep 17 00:00:00 2001 From: Moni Ghaoui Date: Tue, 2 Dec 2025 23:52:07 +0100 Subject: [PATCH] gots me a key --- docker/dawarich/compose.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docker/dawarich/compose.yaml b/docker/dawarich/compose.yaml index 8af298f..b7a3ba1 100644 --- a/docker/dawarich/compose.yaml +++ b/docker/dawarich/compose.yaml @@ -78,6 +78,9 @@ services: RAILS_LOG_TO_STDOUT: ${RAILS_LOG_TO_STDOUT:-true} SELF_HOSTED: ${SELF_HOSTED:-true} STORE_GEODATA: ${STORE_GEODATA:-true} + PHOTON_API_HOST: ${PHOTON_API_HOST:-localhost} + PHOTON_API_KEY: ${PHOTON_API_KEY:-""} + PHOTON_API_USE_HTTPS: ${PHOTON_API_USE_HTTPS:-false} logging: driver: "json-file" options: @@ -134,6 +137,9 @@ services: RAILS_LOG_TO_STDOUT: ${RAILS_LOG_TO_STDOUT:-true} SELF_HOSTED: ${SELF_HOSTED:-true} STORE_GEODATA: ${STORE_GEODATA:-true} + PHOTON_API_HOST: ${PHOTON_API_HOST:-localhost} + PHOTON_API_KEY: ${PHOTON_API_KEY:-""} + PHOTON_API_USE_HTTPS: ${PHOTON_API_USE_HTTPS:-false} logging: driver: "json-file" options: