Configuration de Grafana #14

Merged
kosssi merged 8 commits from grafana into main 2021-11-28 15:49:28 +01:00
1 changed files with 8 additions and 0 deletions
Showing only changes of commit 084bbd4168 - Show all commits

View File

@ -0,0 +1,8 @@
version: "3.8"
services:
grafana:
environment:
# https://grafana.com/docs/grafana/latest/administration/configuration/#remote_cache
GF_REMOTE_CACHE_TYPE: redis
GF_REMOTE_CACHE_CONNSTR: ${GF_REMOTE_CACHE_CONNSTR:-addr=redis:6379,ssl=false}