first commit
This commit is contained in:
19
docker-compose.yml
Normal file
19
docker-compose.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
n8n-guide:
|
||||
build: .
|
||||
container_name: n8n-guide
|
||||
ports:
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
- .:/app
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- PYTHONUNBUFFERED=1
|
||||
networks:
|
||||
- n8n-guide-network
|
||||
|
||||
networks:
|
||||
n8n-guide-network:
|
||||
driver: bridge
|
||||
Reference in New Issue
Block a user