gunicorn
parent
943b9dfbc7
commit
1cdc8f2e94
|
@ -1,8 +1,8 @@
|
||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
billiard:
|
billiard:
|
||||||
command: ["python", "./app.py"]
|
# command: ["python", "./app.py"]
|
||||||
# command: ["gunicorn", "app:app", "--bind", "0.0.0.0:5000", "--timeout", "0", "--workers", "1"]
|
command: ["gunicorn", "app:app", "--bind", "0.0.0.0:5000", "--timeout", "0", "--workers", "1"]
|
||||||
restart: always
|
restart: always
|
||||||
build: .
|
build: .
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue