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