Upload files to "n8n"
This commit is contained in:
31
n8n/docker-compose.yml
Normal file
31
n8n/docker-compose.yml
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
services:
|
||||||
|
|
||||||
|
n8n:
|
||||||
|
image: docker.n8n.io/n8nio/n8n
|
||||||
|
container_name: n8n
|
||||||
|
restart: always
|
||||||
|
ports:
|
||||||
|
- "5678:5678"
|
||||||
|
environment:
|
||||||
|
- WEBHOOK_URL=https://donut.johnsnexus.click
|
||||||
|
- GENERIC_TIMEZONE=Europe/London
|
||||||
|
- DB_SQLITE_POOL_SIZE=1
|
||||||
|
- N8N_RUNNERS_ENABLED=true
|
||||||
|
- N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true
|
||||||
|
#
|
||||||
|
- N8N_HOST=donut.johnsnexus.click
|
||||||
|
- N8N_PORT=5678
|
||||||
|
- N8N_PROTOCOL=https
|
||||||
|
- NODE_ENV=production
|
||||||
|
- N8N_PROXY_HOPS=1
|
||||||
|
volumes:
|
||||||
|
- n8n_data:/home/node/.n8n
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
n8n_data:
|
||||||
|
driver: local
|
||||||
|
driver_opts:
|
||||||
|
o: bind
|
||||||
|
type: none
|
||||||
|
device: /mnt/sda1/n8n/n8n_data
|
||||||
|
|
||||||
Reference in New Issue
Block a user