Commit c8ac6add by Marcus Efraimsson

test: speedup mysql and postgres integration tests by 10-20x

Use docker tmpfs mounts for mysql and postgres data volumes
parent 554c7ba9
...@@ -7,3 +7,4 @@ ...@@ -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 @@ ...@@ -5,3 +5,4 @@
POSTGRES_PASSWORD: grafanatest POSTGRES_PASSWORD: grafanatest
ports: ports:
- "5432:5432" - "5432:5432"
tmpfs: /var/lib/postgresql/data:rw
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment