mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-28 05:59:42 -08:00
ci(core): Use tempfs for mariadb and postgres in tests (#11824)
This commit is contained in:
parent
d99e0a7c97
commit
3aeb4a467b
4
.github/docker-compose.yml
vendored
4
.github/docker-compose.yml
vendored
|
@ -7,6 +7,8 @@ services:
|
|||
- MARIADB_MYSQL_LOCALHOST_USER=true
|
||||
ports:
|
||||
- 3306:3306
|
||||
tmpfs:
|
||||
- /var/lib/mysql
|
||||
|
||||
postgres:
|
||||
image: postgres:16
|
||||
|
@ -17,3 +19,5 @@ services:
|
|||
- POSTGRES_PASSWORD=password
|
||||
ports:
|
||||
- 5432:5432
|
||||
tmpfs:
|
||||
- /var/lib/postgresql/data
|
||||
|
|
Loading…
Reference in a new issue