adds n8n
This commit is contained in:
21
docker_compose_applications/n8n/compose.yaml
Normal file
21
docker_compose_applications/n8n/compose.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
# Links & Resources
|
||||
# - https://n8n.io/
|
||||
# - https://github.com/n8n-io/n8n-hosting/blob/main/docker-caddy/docker-compose.yml
|
||||
|
||||
services:
|
||||
n8n:
|
||||
image: docker.n8n.io/n8nio/n8n
|
||||
container_name: n8n
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "127.0.0.1:5678:5678"
|
||||
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/
|
||||
volumes:
|
||||
- /ansible_docker_compose/project_data/n8n/data:/home/node/.n8n
|
||||
- /ansible_docker_compose/project_data/n8n/files:/files
|
||||
@@ -1,3 +1,9 @@
|
||||
pdf.consider-it.de {
|
||||
reverse_proxy 127.0.0.1:8080
|
||||
}
|
||||
|
||||
n8n.consider-funding.de {
|
||||
reverse_proxy 127.0.0.1:5678 {
|
||||
flush_interval -1
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,3 +3,5 @@ docker_compose__projects:
|
||||
files_directory: ../docker_compose_applications/reverse-proxy
|
||||
- name: stirling-pdf
|
||||
files_directory: ../docker_compose_applications/stirling-pdf
|
||||
- name: n8n
|
||||
files_directory: ../docker_compose_applications/n8n
|
||||
|
||||
Reference in New Issue
Block a user