mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
More progress on db schema setup and migrations, tricky stuff
This commit is contained in:
9
docker/blocks/mysql_tests/fig
Normal file
9
docker/blocks/mysql_tests/fig
Normal file
@@ -0,0 +1,9 @@
|
||||
mysqltests:
|
||||
image: mysql:latest
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: rootpass
|
||||
MYSQL_DATABASE: grafana_tests
|
||||
MYSQL_USER: grafana
|
||||
MYSQL_PASSWORD: password
|
||||
ports:
|
||||
- "3306:3306"
|
||||
Reference in New Issue
Block a user