mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
test: speedup mysql and postgres integration tests by 10-20x
Use docker tmpfs mounts for mysql and postgres data volumes
This commit is contained in:
parent
554c7ba96f
commit
c8ac6add16
@ -7,3 +7,4 @@
|
|||||||
MYSQL_PASSWORD: password
|
MYSQL_PASSWORD: password
|
||||||
ports:
|
ports:
|
||||||
- "3306:3306"
|
- "3306:3306"
|
||||||
|
tmpfs: /var/lib/mysql:rw
|
||||||
|
@ -5,3 +5,4 @@
|
|||||||
POSTGRES_PASSWORD: grafanatest
|
POSTGRES_PASSWORD: grafanatest
|
||||||
ports:
|
ports:
|
||||||
- "5432:5432"
|
- "5432:5432"
|
||||||
|
tmpfs: /var/lib/postgresql/data:rw
|
Loading…
Reference in New Issue
Block a user