Files
HetznerDokployLab/projects/n8n/docker-compose.yml
2025-12-23 17:41:48 +01:00

19 lines
448 B
YAML

services:
n8n:
image: docker.n8n.io/n8nio/n8n:2.0.3
restart: always
environment:
- N8N_HOST=${N8N_HOST}
- N8N_PORT=${N8N_PORT}
- N8N_PROTOCOL=http
- NODE_ENV=production
- WEBHOOK_URL=https://${N8N_HOST}/
- GENERIC_TIMEZONE=${GENERIC_TIMEZONE}
- N8N_SECURE_COOKIE=false
volumes:
- /mnt/storagebox-crypt:/mnt/storagebox-crypt:rw
- n8n_data:/home/node/.n8n
volumes:
n8n_data: