Add Traefik dashboard toggle
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user