From 155eeafd3ceeff6957c670e9b0e02f7047cde1d7 Mon Sep 17 00:00:00 2001 From: Colin Date: Sun, 21 Apr 2024 15:42:37 -0400 Subject: [PATCH] fixup --- stack.production.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stack.production.yml b/stack.production.yml index 88db146..9b418bd 100644 --- a/stack.production.yml +++ b/stack.production.yml @@ -26,6 +26,7 @@ services: - node.hostname == macmini3 networks: - traefik + - logging grafana: image: git.nixc.us/nixius/loki:production-grafana @@ -48,6 +49,9 @@ services: # - 'traefik.http.routers.production_uptime_uptime.middlewares=authelia@docker' networks: - traefik + - logging networks: traefik: + external: true + logging: external: true \ No newline at end of file