set up docker generation
This commit is contained in:
14
docker-compose.debug.yml
Normal file
14
docker-compose.debug.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
version: '3.4'
|
||||
|
||||
services:
|
||||
web2mqtt:
|
||||
image: web2mqtt
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./Dockerfile
|
||||
command: ["sh", "-c", "pip install debugpy -t /tmp && python /tmp/debugpy --wait-for-client --listen 0.0.0.0:5678 -m flask run --no-debugger --no-reload --host 0.0.0.0 --port 5002"]
|
||||
ports:
|
||||
- 5002:5002
|
||||
- 5678:5678
|
||||
environment:
|
||||
- FLASK_APP=web2mqtt\webapp.py
|
||||
Reference in New Issue
Block a user