Change condition so doesn't get stuck during startup. Track grafana:main instead of pinned version
This commit is contained in:
parent
8e8806dcba
commit
20cd730d71
2 changed files with 3 additions and 3 deletions
|
|
@ -53,7 +53,7 @@ services:
|
|||
retries: 10
|
||||
|
||||
grafana:
|
||||
image: "grafana/grafana:9.0.0-beta3"
|
||||
image: "grafana/grafana:main"
|
||||
restart: always
|
||||
mem_limit: 500m
|
||||
cpus: 0.5
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ services:
|
|||
condition: service_healthy
|
||||
|
||||
grafana:
|
||||
image: "grafana/grafana:9.0.0-beta3"
|
||||
image: "grafana/grafana:main"
|
||||
restart: always
|
||||
mem_limit: 500m
|
||||
cpus: 0.5
|
||||
|
|
@ -65,5 +65,5 @@ services:
|
|||
ports:
|
||||
- 3000:3000
|
||||
depends_on:
|
||||
mysql-to-create-grafana-db:
|
||||
mysql:
|
||||
condition: service_healthy
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue