add a variable for traefik entrypoint

This commit is contained in:
2023-03-13 15:14:23 +01:00
parent 269367e67a
commit 5ce892d438
2 changed files with 2 additions and 1 deletions

View File

@ -61,7 +61,7 @@ services:
traefik.http.routers.grafana.rule: Host(`{{ grafana_domain|default(omit) }}`)
traefik.http.routers.grafana.tls: true
traefik.http.routers.grafana.tls.certresolver: letsencrypt
traefik.http.routers.grafana.entrypoints: websecure
traefik.http.routers.grafana.entrypoints: "{{ grafana_traefik_entrypoint }}"
traefik.http.services.grafana.loadbalancer.server.port: 3000
{% else %}
ports: