File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
releases/lake-v0.10.0-beta1 Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ services:
1515 MYSQL_PASSWORD : merico
1616
1717 grafana :
18- image : mericodev/grafana:latest
18+ image : mericodev/grafana:v0.10.0-beta1
1919 ports :
2020 - 3002:3000
2121 volumes :
@@ -34,7 +34,7 @@ services:
3434 - mysql
3535
3636 devlake :
37- image : mericodev/lake:latest
37+ image : mericodev/lake:v0.10.0-beta1
3838 ports :
3939 - 127.0.0.1:8080:8080
4040 restart : always
@@ -44,7 +44,7 @@ services:
4444 - mysql
4545
4646 config-ui :
47- image : mericodev/config-ui:latest
47+ image : mericodev/config-ui:v0.10.0-beta1
4848 ports :
4949 - 127.0.0.1:4000:80
5050 env_file :
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ MODE=release
1717NOTIFICATION_ENDPOINT=
1818NOTIFICATION_SECRET=
1919
20- API_TIMEOUT=10
20+ API_TIMEOUT=10s
2121API_RETRY=3
2222API_REQUESTS_PER_HOUR=10000
2323#TEMPORAL_URL=temporal:7233
You can’t perform that action at this time.
0 commit comments