File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,9 +15,7 @@ services:
1515 MYSQL_PASSWORD : merico
1616
1717 grafana :
18- image : mericodev/grafana:latest
19- profiles :
20- - user
18+ image : mericodev/grafana:0.6.0
2119 ports :
2220 - 3002:3000
2321 volumes :
@@ -31,31 +29,8 @@ services:
3129 depends_on :
3230 - mysql
3331
34- grafana-dev :
35- image : grafana/grafana:8.0.6
36- profiles :
37- - dev
38- ports :
39- - 3002:3000
40- volumes :
41- - ./grafana/provisioning/dashboards:/etc/grafana/provisioning/dashboards
42- - ./grafana/provisioning/datasources:/etc/grafana/provisioning/datasources
43- - ./grafana/dashboards:/etc/grafana/dashboards
44- - ./grafana/img/grafana_icon.svg:/usr/share/grafana/public/img/grafana_icon.svg
45- - ./grafana/img:/usr/share/grafana/public/img/lake
46- environment :
47- - GF_USERS_ALLOW_SIGN_UP=false
48- - GF_DASHBOARDS_JSON_ENABLED=true
49- - GF_INSTALL_PLUGINS=grafana-piechart-panel
50- - GF_LIVE_ALLOWED_ORIGINS=*
51- restart : always
52- depends_on :
53- - mysql
54-
5532 devlake :
56- image : mericodev/lake:latest
57- profiles :
58- - user
33+ image : mericodev/lake:0.6.0
5934 build : " ."
6035 ports :
6136 - 127.0.0.1:8080:8080
@@ -66,9 +41,7 @@ services:
6641 - mysql
6742
6843 config-ui :
69- image : mericodev/config-ui:latest
70- profiles :
71- - user
44+ image : mericodev/config-ui:0.6.0
7245 ports :
7346 - 127.0.0.1:4000:80
7447 env_file :
You can’t perform that action at this time.
0 commit comments