add poduction compose file
Some checks failed
Build, Push and Redeploy Docker Image / build-and-push (push) Has been cancelled
Some checks failed
Build, Push and Redeploy Docker Image / build-and-push (push) Has been cancelled
This commit is contained in:
27
docker-compose-prod.yml
Normal file
27
docker-compose-prod.yml
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
services:
|
||||||
|
n8n-test:
|
||||||
|
image: git.home/drholy/n8n-ffmpeg-proxy:latest
|
||||||
|
container_name: n8n-test
|
||||||
|
environment:
|
||||||
|
- GENERIC_TIMEZONE=Europe/Amsterdam
|
||||||
|
- NODE_ENV=production
|
||||||
|
- N8N_SECURE_COOKIE=false
|
||||||
|
- N8N_TRUST_PROXY=true
|
||||||
|
- N8N_DIAGNOSTICS_ENABLED=false
|
||||||
|
- N8N_TELEMETRY_DISABLED=true
|
||||||
|
- SOCKS_IP=192.168.31.240
|
||||||
|
- N8N_PORT=5678
|
||||||
|
- NODE_FUNCTION_ALLOW_EXTERNAL=*
|
||||||
|
ports:
|
||||||
|
- 7778:5678
|
||||||
|
volumes:
|
||||||
|
- n8n-data-test:/home/node/.n8n
|
||||||
|
- /srv/downloads:/music
|
||||||
|
cap_add:
|
||||||
|
- NET_ADMIN
|
||||||
|
restart: unless-stopped
|
||||||
|
privileged: true
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
n8n-data-test:
|
||||||
|
name: n8n-data-test
|
||||||
Reference in New Issue
Block a user