add a variable for traefik entrypoint

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

View File

@ -76,3 +76,4 @@ grafana_users_viewers_can_edit: false
grafana_log_level: error
grafana_router_logging: false
grafana_disable_sanitize_html: true
grafana_traefik_entrypoint: 'websecure'

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: