Add Traefik dashboard toggle

This commit is contained in:
2020-07-11 04:31:34 -04:00
parent d851c852d6
commit 8654778724
3 changed files with 3 additions and 1 deletions

View File

@@ -25,6 +25,6 @@
traefik.http.routers.traefik.middlewares: "auth@docker"
traefik.http.routers.traefik.service: "api@internal"
traefik.docker.network: traefik
traefik.enable: "true"
traefik.enable: "{{ traefik_dashboard | string }}"
volumes:
- /var/run/docker.sock:/var/run/docker.sock