Skip to content

Commit

Permalink
feat(loki/docker compose): enable feature toggle (#14858)
Browse files Browse the repository at this point in the history
Co-authored-by: J Stickler <[email protected]>
  • Loading branch information
tonypowa and JStickler authored Nov 13, 2024
1 parent ae3a590 commit 8f243ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions production/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: "3.3"

networks:
loki:

Expand All @@ -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
Expand Down

0 comments on commit 8f243ee

Please sign in to comment.