Yet another change in the file.

This commit is contained in:
Maksym Buz
2025-07-30 22:15:42 +02:00
committed by GitHub
parent 959ec04b63
commit c50d8fb1a0
2 changed files with 11 additions and 3 deletions

View File

@@ -1 +1,3 @@
DOMAIN=example.com
GENERIC_TIMEZONE=Europe/Warsaw
PATH_TO_DATA=/home/user/docker/n8m

View File

@@ -1,9 +1,15 @@
services:
n8n:
image: docker.n8n.io/n8nio/n8n
container_name: n8n
restart: unless-stopped
ports:
- "5678:5678"
- ":5678:5678"
environment:
- N8N_HOST=${DOMAIN}
- N8N_PORT=5678
- N8N_PROTOCOL=https
- NODE_ENV=production
- WEBHOOK_URL=https://${DOMAIN}/
- GENERIC_TIMEZONE=${GENERIC_TIMEZONE}
volumes:
- ${PATH_TO_DATA}:/home/node/.n8n
- ${PATH_TO_DATA}:/home/node/.n8n