Skip to content

Commit 8f243ee

Browse files
tonypowaJStickler
andauthored
feat(loki/docker compose): enable feature toggle (#14858)
Co-authored-by: J Stickler <julie.stickler@grafana.com>
1 parent ae3a590 commit 8f243ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎production/docker-compose.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
version: "3.3"
2+
13
networks:
24
loki:
35

@@ -23,6 +25,7 @@ services:
2325
- GF_PATHS_PROVISIONING=/etc/grafana/provisioning
2426
- GF_AUTH_ANONYMOUS_ENABLED=true
2527
- GF_AUTH_ANONYMOUS_ORG_ROLE=Admin
28+
- GF_FEATURE_TOGGLES_ENABLE=alertingSimplifiedRouting,alertingQueryAndExpressionsStepMode
2629
entrypoint:
2730
- sh
2831
- -euc

0 commit comments

Comments
 (0)