mirror of
https://github.com/JG2401/HetznerDokployLab.git
synced 2026-08-29 04:30:10 +00:00
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>
22 lines
575 B
YAML
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:
|