grafana/env.example

25 lines
524 B
Plaintext
Raw Normal View History

2022-09-18 13:56:56 +00:00
# Træfik
TRAEFIK_ENABLED=true
TRAEFIK_NETWORK=traefik
2023-03-19 11:33:03 +00:00
TRAEFIK_ROUTER=grafana_example_com
TRAEFIK_SERVICE=grafana_example_com
TRAEFIK_SERVICE_PORT=3000
TRAEFIK_MATCHRULE=Host(`grafana.example.com`)
2022-09-18 13:56:56 +00:00
TRAEFIK_TLSENABLED=true
TRAEFIK_CERTRESOLVER=letsencrypt
TRAEFIK_HTTP_MIDDLEWARES=http-to-https
TRAEFIK_HTTPS_MIDDLEWARES=hsts
# Diun
DIUN_ENABLE=true
DIUN_WATCHREPO=true
DIUN_SORTALGO=semver
DIUN_INCLUDE=
DIUN_EXCLUDE=
2023-03-19 11:33:03 +00:00
# Grafana
GRAFANA_FLAVOR=grafana-oss
GRAFANA_VERSION=9.4.3
GRAFANA_PLUGINS=
GRAFANA_DATA=./data/grafana