mirror of
https://github.com/n8n-io/n8n
synced 2026-04-21 23:57:19 +00:00
Co-authored-by: Danny Martini <danny@n8n.io> Co-authored-by: Claude <noreply@anthropic.com>
12 lines
245 B
YAML
12 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
|