Unbuffered.

This commit is contained in:
retoor 2025-01-31 12:17:10 +01:00
parent 15de277a5b
commit 8eff6dd6cb

View File

@ -8,6 +8,7 @@ services:
- ./:/code
environment:
- PYTHONDONTWRITEBYTECODE="1"
- PYTHONUNBUFFERED="1"
entrypoint: ["gunicorn", "-w", "1", "-k", "aiohttp.worker.GunicornWebWorker", "snek.gunicorn:app","--bind","0.0.0.0:8081"]
#["python","-m","snek.app"]
snecssh:
@ -21,6 +22,7 @@ services:
- ./:/code
environment:
- PYTHONDONTWRITEBYTECODE="1"
- PYTHONUNBUFFERED="1"
entrypoint: ["python","-m","snekssh.app2"]
#["python","-m","snek.app"]