main
luanhailiang 2023-09-22 12:26:02 +08:00
parent 943b9dfbc7
commit 1cdc8f2e94
1 changed files with 2 additions and 2 deletions

View File

@ -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: