mirror of
https://github.com/grafana/loki.git
synced 2026-03-13 09:33:58 +08:00
feat(loki/docker compose): enable feature toggle (#14858)
Co-authored-by: J Stickler <julie.stickler@grafana.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user