File tree Expand file tree Collapse file tree 5 files changed +9
-1
lines changed
Expand file tree Collapse file tree 5 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ ARG DEBIAN_FRONTEND=noninteractive
88# Set Grafana options
99ENV GF_ENABLE_GZIP="true"
1010ENV GF_USERS_DEFAULT_THEME="light"
11+ ENV GF_FEATURE_TOGGLES_ENABLE="ngalert"
12+ ENV GF_PLUGINS_PLUGIN_ADMIN_ENABLED="true"
1113
1214# Paths
1315ENV GF_PATHS_PROVISIONING="/etc/grafana/provisioning"
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ services:
1919 - GF_ENABLE_GZIP=true
2020 - GF_USERS_DEFAULT_THEME=light
2121 - GF_INSTALL_PLUGINS=redis-app
22+ - GF_FEATURE_TOGGLES_ENABLE=ngalert
23+ - GF_PLUGINS_PLUGIN_ADMIN_ENABLED=true
2224 volumes :
2325 - ./provisioning:/etc/grafana/provisioning
2426 # Uncomment to preserve Grafana configuration
Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ services:
2323 - GF_ENABLE_GZIP=true
2424 - GF_USERS_DEFAULT_THEME=light
2525 - GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=redis-app,redis-datasource
26+ - GF_FEATURE_TOGGLES_ENABLE=ngalert
27+ - GF_PLUGINS_PLUGIN_ADMIN_ENABLED=true
2628 # Uncomment to run in debug mode
2729 # - GF_LOG_LEVEL=debug
2830 volumes :
Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ services:
2323 - GF_ENABLE_GZIP=true
2424 - GF_USERS_DEFAULT_THEME=light
2525 - GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=redis-app,redis-datasource
26+ - GF_FEATURE_TOGGLES_ENABLE=ngalert
27+ - GF_PLUGINS_PLUGIN_ADMIN_ENABLED=true
2628 # Uncomment to run in debug mode
2729 # - GF_LOG_LEVEL=debug
2830 volumes :
Original file line number Diff line number Diff line change 2525 "format" : " prettier --write \" **\" " ,
2626 "sign" : " grafana-toolkit plugin:sign" ,
2727 "start" : " docker-compose up" ,
28- "start:dev" : " docker-compose -f docker-compose/dev.yml up" ,
28+ "start:dev" : " docker-compose -f docker-compose/dev.yml pull && docker-compose -f docker-compose/dev.yml up" ,
2929 "start:master" : " docker-compose -f docker-compose/master.yml pull && docker-compose -f docker-compose/master.yml up" ,
3030 "stop" : " docker-compose down" ,
3131 "stop:dev" : " docker-compose -f docker-compose/dev.yml down" ,
You can’t perform that action at this time.
0 commit comments