Unbuffered.
This commit is contained in:
parent
15de277a5b
commit
8eff6dd6cb
@ -8,6 +8,7 @@ services:
|
|||||||
- ./:/code
|
- ./:/code
|
||||||
environment:
|
environment:
|
||||||
- PYTHONDONTWRITEBYTECODE="1"
|
- PYTHONDONTWRITEBYTECODE="1"
|
||||||
|
- PYTHONUNBUFFERED="1"
|
||||||
entrypoint: ["gunicorn", "-w", "1", "-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"]
|
||||||
#["python","-m","snek.app"]
|
#["python","-m","snek.app"]
|
||||||
snecssh:
|
snecssh:
|
||||||
@ -21,6 +22,7 @@ services:
|
|||||||
- ./:/code
|
- ./:/code
|
||||||
environment:
|
environment:
|
||||||
- PYTHONDONTWRITEBYTECODE="1"
|
- PYTHONDONTWRITEBYTECODE="1"
|
||||||
|
- PYTHONUNBUFFERED="1"
|
||||||
entrypoint: ["python","-m","snekssh.app2"]
|
entrypoint: ["python","-m","snekssh.app2"]
|
||||||
#["python","-m","snek.app"]
|
#["python","-m","snek.app"]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user