This commit is contained in:
2025-11-30 16:56:13 +01:00
parent 527c18c89f
commit 0e0383bf49
5 changed files with 58 additions and 51 deletions

View File

@@ -1,7 +1,4 @@
version: '3'
volumes:
n8n-data:
driver: local
services:
n8n:
image: ${DOCKER_REGISTRY:-}n8nio/n8n:latest
@@ -27,7 +24,7 @@ services:
stop_grace_period: 60s
deploy:
labels:
homepage.container: n8n_n8n
homepage.container: n8n
homepage.description: Workflow management
homepage.group: Utils
homepage.href: https://${APPNAME}.sectorq.eu
@@ -40,3 +37,6 @@ services:
placement:
constraints:
- node.role == manager
volumes:
n8n-data:
driver: local