There was an error while loading. Please reload this page.
1 parent ae3a590 commit 8f243eeCopy full SHA for 8f243ee
production/docker-compose.yaml
@@ -1,3 +1,5 @@
1
+version: "3.3"
2
+
3
networks:
4
loki:
5
@@ -23,6 +25,7 @@ services:
23
25
- GF_PATHS_PROVISIONING=/etc/grafana/provisioning
24
26
- GF_AUTH_ANONYMOUS_ENABLED=true
27
- GF_AUTH_ANONYMOUS_ORG_ROLE=Admin
28
+ - GF_FEATURE_TOGGLES_ENABLE=alertingSimplifiedRouting,alertingQueryAndExpressionsStepMode
29
entrypoint:
30
- sh
31
- -euc
0 commit comments