ci: Fix mysql tests (no-changelog) (#11799)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-11-20 09:56:14 +01:00
committed by GitHub
parent 10991675fe
commit e1dacb4d57
5 changed files with 25 additions and 37 deletions

View File

@@ -1,18 +1,12 @@
version: '3.9'
services:
mysql:
image: mysql:5.7
mariadb:
image: mariadb:10.9
environment:
- MYSQL_DATABASE=n8n
- MYSQL_ROOT_PASSWORD=password
- MARIADB_DATABASE=n8n
- MARIADB_ROOT_PASSWORD=password
- MARIADB_MYSQL_LOCALHOST_USER=true
ports:
- 3306:3306
ulimits:
nproc: 65535
nofile:
soft: 26677
hard: 46677
postgres:
image: postgres:16