mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-10-29 06:22:24 -05:00
Create docker-compose.yml
Paso 2 Docker.
This commit is contained in:
parent
b2ba2d1cf1
commit
de4a6178be
1 changed files with 13 additions and 0 deletions
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
n8n:
|
||||||
|
build: .
|
||||||
|
ports:
|
||||||
|
- "5678:5678"
|
||||||
|
environment:
|
||||||
|
- WEBHOOK_URL=https://studious-space-train-97jp77wrwvjq27rvr-5678.app.github.dev/
|
||||||
|
- N8N_BASIC_AUTH_ACTIVE=true
|
||||||
|
- N8N_BASIC_AUTH_USER=usuario
|
||||||
|
- N8N_BASIC_AUTH_PASSWORD=contraseña
|
||||||
|
- N8N_PORT=5678
|
||||||
|
- N8N_LOGGING_LEVEL=debug
|
||||||
Loading…
Add table
Add a link
Reference in a new issue