Skip to content

Commit b7c3c92

Browse files
authored
Merge pull request #25 from grafana/tonypowa/simplified-alerts
update grafana version and enable feature flag
2 parents dc313f5 + 6cc2973 commit b7c3c92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ services:
3535
- grafana
3636

3737
grafana:
38-
image: grafana/grafana:11.0.0
38+
image: grafana/grafana:11.3.0
3939
ports:
4040
- 3000:3000
4141
networks:
@@ -46,7 +46,7 @@ services:
4646
- GF_AUTH_ANONYMOUS_ORG_ROLE=Admin # grants admin role to anonymous access
4747
- GF_AUTH_ANONYMOUS_ENABLED=true # removes login 1/2
4848
- GF_AUTH_BASIC_ENABLED=false # removes login 2/2
49-
- GF_FEATURE_TOGGLES_ENABLE=alertingSimplifiedRouting
49+
- GF_FEATURE_TOGGLES_ENABLE=alertingSimplifiedRouting,alertingQueryAndExpressionsStepMode
5050
volumes:
5151
- ./grafana/provisioning/datasources:/etc/grafana/provisioning/datasources
5252

0 commit comments

Comments
 (0)