app für de angelo initial commit

Signed-off-by: Basil Bruhn <basil.bruhn@psi.ch>
This commit is contained in:
2025-08-19 16:51:24 +02:00
parent e4d12b995c
commit 57bed39e71
2 changed files with 37 additions and 0 deletions
+16
View File
@@ -156,6 +156,22 @@ services:
networks:
- woodpecker_backend
# Angelo Sozzi INC0150655 angelo.sozzi@psi.ch
n8n:
image: docker.n8n.io/n8nio/n8n
container_name: n8n
restart: always
environment:
- N8N_HOST=${SUBDOMAIN}.${DOMAIN_NAME}
- N8N_PORT=5678
- N8N_PROTOCOL=https
- NODE_ENV=production
- WEBHOOK_URL=https://${SUBDOMAIN}.${DOMAIN_NAME}/
- GENERIC_TIMEZONE=${GENERIC_TIMEZONE}
volumes:
- /opt/webcontent/n8n/n8n_data:/home/node/.n8n
- /opt/webcontent/n8n/local_files:/files
networks:
public:
backend: