Chaned docker compose.
This commit is contained in:
parent
3623286a9d
commit
a7e0e5a3f8
@ -9,7 +9,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- PYTHONDONTWRITEBYTECODE=1
|
- PYTHONDONTWRITEBYTECODE=1
|
||||||
- PYTHONUNBUFFERED=1
|
- PYTHONUNBUFFERED=1
|
||||||
entrypoint: ["gunicorn", "-w", "4", "-k", "aiohttp.worker.GunicornWebWorker", "snek.gunicorn:app","--bind","0.0.0.0:8081"]
|
entrypoint: ["gunicorn", "-w", "1", "-k", "aiohttp.worker.GunicornWebWorker", "snek.gunicorn:app","--bind","0.0.0.0:8081"]
|
||||||
#entrypoint: ["python","-m","snek.app"]
|
#entrypoint: ["python","-m","snek.app"]
|
||||||
snecssh:
|
snecssh:
|
||||||
build:
|
build:
|
||||||
|
Loading…
Reference in New Issue
Block a user