fixup
This commit is contained in:
parent
57a65d4af7
commit
155eeafd3c
|
@ -26,6 +26,7 @@ services:
|
||||||
- node.hostname == macmini3
|
- node.hostname == macmini3
|
||||||
networks:
|
networks:
|
||||||
- traefik
|
- traefik
|
||||||
|
- logging
|
||||||
|
|
||||||
grafana:
|
grafana:
|
||||||
image: git.nixc.us/nixius/loki:production-grafana
|
image: git.nixc.us/nixius/loki:production-grafana
|
||||||
|
@ -48,6 +49,9 @@ services:
|
||||||
# - 'traefik.http.routers.production_uptime_uptime.middlewares=authelia@docker'
|
# - 'traefik.http.routers.production_uptime_uptime.middlewares=authelia@docker'
|
||||||
networks:
|
networks:
|
||||||
- traefik
|
- traefik
|
||||||
|
- logging
|
||||||
networks:
|
networks:
|
||||||
traefik:
|
traefik:
|
||||||
|
external: true
|
||||||
|
logging:
|
||||||
external: true
|
external: true
|
Loading…
Reference in New Issue