From 4658fd1a6f8e557102c674ff19bf7558122bf1ab Mon Sep 17 00:00:00 2001 From: Jens Beckmann Date: Sat, 11 Jul 2026 19:23:36 +0000 Subject: [PATCH] docker-compose.yaml aktualisiert --- docker-compose.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 069344c..dacc2d3 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -26,7 +26,8 @@ services: - GF_AUTH_GENERIC_OAUTH_SCOPES=openid profile email networks: - - infra-traefik_default + - infra-traefik_default + - loki labels: - "traefik.enable=true" @@ -40,5 +41,7 @@ services: restart: unless-stopped networks: + loki: + external: true infra-traefik_default: external: true \ No newline at end of file