Endlessh Stack: add defualt loki url

This commit is contained in:
Aroy-Art 2025-06-17 21:19:20 +02:00
parent 18b848145e
commit 8f8dad05c9
Signed by: Aroy
GPG key ID: DB9689E9391DD156

View file

@ -24,7 +24,7 @@ services:
logging: logging:
driver: loki driver: loki
options: options:
loki-url: "${LOKI_URL}" loki-url: "${LOKI_URL:-http://localhost:3100/loki/api/v1/push}"
###################################################### ######################################################
# MaxMind GeoIP Updater # MaxMind GeoIP Updater
@ -44,4 +44,4 @@ services:
logging: logging:
driver: loki driver: loki
options: options:
loki-url: "${LOKI_URL}" loki-url: "${LOKI_URL:-http://localhost:3100/loki/api/v1/push}"