Files
HetznerDokployLab/projects/n8n/docker-compose.yml
dependabot[bot] 7456e0db55 Bump n8nio/n8n from 2.8.2 to 2.8.3 in /projects/n8n (#39)
Bumps [n8nio/n8n](https://github.com/n8n-io/n8n) from 2.8.2 to 2.8.3.
- [Release notes](https://github.com/n8n-io/n8n/releases)
- [Commits](https://github.com/n8n-io/n8n/compare/n8n@2.8.2...n8n@2.8.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-16 11:51:25 +01:00

22 lines
574 B
YAML

services:
n8n:
image: docker.n8n.io/n8nio/n8n:2.8.3
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: