feat(loki/docker compose): enable feature toggle (#14858)

Co-authored-by: J Stickler <julie.stickler@grafana.com>
This commit is contained in:
antonio
2024-11-13 18:15:36 +01:00
committed by GitHub
parent ae3a590541
commit 8f243eef90

View File

@@ -1,3 +1,5 @@
version: "3.3"
networks:
loki:
@@ -23,6 +25,7 @@ services:
- GF_PATHS_PROVISIONING=/etc/grafana/provisioning
- GF_AUTH_ANONYMOUS_ENABLED=true
- GF_AUTH_ANONYMOUS_ORG_ROLE=Admin
- GF_FEATURE_TOGGLES_ENABLE=alertingSimplifiedRouting,alertingQueryAndExpressionsStepMode
entrypoint:
- sh
- -euc