Files
n8n/.github/docker-compose.yml
T
2026-01-29 15:57:33 +00:00

13 lines
245 B
YAML

services:
postgres:
image: postgres:16
restart: always
environment:
- POSTGRES_DB=n8n
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=password
ports:
- 5432:5432
tmpfs:
- /var/lib/postgresql/data