Homepage Stack: add loki logging

This commit is contained in:
Aroy-Art 2025-06-17 21:29:36 +02:00
parent ee09a4aef7
commit efc77b6cf7
Signed by: Aroy
GPG key ID: DB9689E9391DD156

View file

@ -15,3 +15,7 @@ services:
- PUID=${PUID:-1000}
- PGID=${PGID:-1000}
restart: unless-stopped
logging:
driver: loki
options:
loki-url: "${LOKI_URL:-http://localhost:3100/loki/api/v1/push}"