Files
HetznerDokployLab/projects/n8n/docker-compose.yml
dependabot[bot] 94c06dbbc4 Bump n8nio/n8n from 2.10.4 to 2.11.4 in /projects/n8n
Bumps [n8nio/n8n](https://github.com/n8n-io/n8n) from 2.10.4 to 2.11.4.
- [Release notes](https://github.com/n8n-io/n8n/releases)
- [Commits](https://github.com/n8n-io/n8n/compare/n8n@2.10.4...n8n@2.11.4)

---
updated-dependencies:
- dependency-name: n8nio/n8n
  dependency-version: 2.11.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-13 20:03:26 +00:00

22 lines
575 B
YAML

services:
n8n:
image: docker.n8n.io/n8nio/n8n:2.11.4
restart: always
labels:
- rclone.storage=storagebox-crypt
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
- N8N_RESTRICT_FILE_ACCESS_TO=/home/node
volumes:
- /media/storagebox-crypt/paperless/consume:/home/node/paperless/consume:rw
- n8n_data:/home/node/.n8n
volumes:
n8n_data: