mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
10 lines
223 B
YAML
10 lines
223 B
YAML
|
|
mysql_opendata:
|
||
|
|
build: blocks/mysql_opendata
|
||
|
|
environment:
|
||
|
|
MYSQL_ROOT_PASSWORD: rootpass
|
||
|
|
MYSQL_DATABASE: testdata
|
||
|
|
MYSQL_USER: grafana
|
||
|
|
MYSQL_PASSWORD: password
|
||
|
|
ports:
|
||
|
|
- "3307:3306"
|