fixup
This commit is contained in:
parent
57a65d4af7
commit
155eeafd3c
|
@ -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
|
Loading…
Reference in New Issue