mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
ci(core): Use tempfs for mariadb and postgres in tests (#11824)
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user