diff --git a/compose.yml b/compose.yml index 0090fff..0a42856 100644 --- a/compose.yml +++ b/compose.yml @@ -9,8 +9,8 @@ services: environment: - PYTHONDONTWRITEBYTECODE=1 - PYTHONUNBUFFERED=1 - #entrypoint: ["gunicorn", "-w", "1", "-k", "aiohttp.worker.GunicornWebWorker", "snek.gunicorn:app","--bind","0.0.0.0:8081"] - entrypoint: ["python","-m","snek.app"] + entrypoint: ["gunicorn", "-w", "4", "-k", "aiohttp.worker.GunicornWebWorker", "snek.gunicorn:app","--bind","0.0.0.0:8081"] + #entrypoint: ["python","-m","snek.app"] snecssh: build: context: .