moves n8n config to .env file and adds mail config
This commit is contained in:
@@ -7,13 +7,8 @@ services:
|
||||
image: docker.n8n.io/n8nio/n8n
|
||||
container_name: n8n
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- GENERIC_TIMEZONE=Europe/Berlin
|
||||
- N8N_HOST=n8n.consider-funding.de
|
||||
- N8N_PORT=5678
|
||||
- N8N_PROTOCOL=https
|
||||
- NODE_ENV=production
|
||||
- WEBHOOK_URL=https://n8n.consider-funding.de/
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
- /ansible_docker_compose/project_data/n8n/data:/home/node/.n8n
|
||||
- /ansible_docker_compose/project_data/n8n/files:/files
|
||||
|
||||
Reference in New Issue
Block a user