Ajouter docker-compose/n8n/docker-compose.yml
This commit is contained in:
parent
96b0f18da8
commit
3bb7f4dc51
22
docker-compose/n8n/docker-compose.yml
Normal file
22
docker-compose/n8n/docker-compose.yml
Normal file
@ -0,0 +1,22 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
n8n:
|
||||
image: n8nio/n8n:latest
|
||||
container_name: n8n
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "5678:5678"
|
||||
environment:
|
||||
- N8N_HOST=n8n.berr.li
|
||||
- N8N_PORT=5678
|
||||
- N8N_PROTOCOL=https
|
||||
- WEBHOOK_URL=https://n8n.berr.li/
|
||||
- GENERIC_TIMEZONE=Europe/Paris
|
||||
- N8N_BASIC_AUTH_ACTIVE=true
|
||||
- N8N_BASIC_AUTH_USER=admin
|
||||
- N8N_BASIC_AUTH_PASSWORD=eVdnqf!HGM_QJWB5Rjd
|
||||
|
||||
volumes:
|
||||
- /opt/n8n_data:/home/node/.n8n
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
Loading…
Reference in New Issue
Block a user