feat(Grafana): Add redis configuration
This commit is contained in:
parent
fc20ec584d
commit
084bbd4168
|
@ -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}
|
Loading…
Reference in New Issue