mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 23:53:10 +08:00

As stated in the documentation, Grafana will support the versions of our backend database options that are supported by their projects at the time that a Grafana release is issued.
15 lines
351 B
YAML
15 lines
351 B
YAML
mysqltests:
|
|
build:
|
|
context: docker/blocks/mysql_tests
|
|
args:
|
|
- mysql_version=${mysql_version}
|
|
platform: linux/amd64
|
|
environment:
|
|
MYSQL_ROOT_PASSWORD: rootpass
|
|
MYSQL_DATABASE: grafana_tests
|
|
MYSQL_USER: grafana
|
|
MYSQL_PASSWORD: password
|
|
ports:
|
|
- "3306:3306"
|
|
tmpfs: /var/lib/mysql:rw
|