7873c45cfc
Co-authored-by: Copilot <copilot@github.com>
7 lines
375 B
YAML
7 lines
375 B
YAML
services:
|
|
app:
|
|
working_dir: /app/Web
|
|
command: ["gunicorn", "app:app", "--bind", "0.0.0.0:8000", "--workers", "2", "--timeout", "30", "--graceful-timeout", "20", "--max-requests", "200", "--max-requests-jitter", "50", "--log-level", "info", "--access-logfile", "-", "--error-logfile", "-"]
|
|
image: ghcr.io/aiirondev/legendary-octo-garbanzo:latest
|
|
build: null
|