Use latest Grafana Container Images (#1227)

additionally allow oeverride grafana version in .env file

The default docker-compose file should not use a grafan version several
months old.
This uses the same logic as the development docker-compose file.

## Checklist

- [ ] Tests updated
- [ ] Documentation added
- [ ] `CHANGELOG.md` updated

Co-authored-by: Joey Orlando <joey.orlando@grafana.com>
This commit is contained in:
Roman Pertl 2023-02-02 07:46:39 +01:00 committed by GitHub
parent 0fc43c5e26
commit 98c2b64b50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -131,7 +131,7 @@ services:
- with_grafana
grafana:
image: "grafana/grafana:9.0.0-beta3"
image: "grafana/grafana:${GRAFANA_VERSION:-latest}"
restart: always
ports:
- "3000:3000"

View file

@ -73,7 +73,7 @@ services:
retries: 10
grafana:
image: "grafana/grafana:9.0.0-beta3"
image: "grafana/grafana:${GRAFANA_VERSION:-latest}"
restart: always
ports:
- "3000:3000"