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