n8n/.github/docker-compose.yml
कारतोफ्फेलस्क्रिप्ट™ e1dacb4d57
ci: Fix mysql tests (no-changelog) (#11799)
2024-11-20 09:56:14 +01:00

20 lines
393 B
YAML

services:
mariadb:
image: mariadb:10.9
environment:
- MARIADB_DATABASE=n8n
- MARIADB_ROOT_PASSWORD=password
- MARIADB_MYSQL_LOCALHOST_USER=true
ports:
- 3306:3306
postgres:
image: postgres:16
restart: always
environment:
- POSTGRES_DB=n8n
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=password
ports:
- 5432:5432