Added docks.
This commit is contained in:
parent
af399e3b72
commit
3be25285f4
@ -6,6 +6,8 @@ services:
|
||||
- "8081:8081"
|
||||
volumes:
|
||||
- ./:/code
|
||||
environment:
|
||||
- PYTHONDONTWRITEBYTECODE="1"
|
||||
entrypoint: ["gunicorn", "-w", "1", "-k", "aiohttp.worker.GunicornWebWorker", "snek.gunicorn:app","--bind","0.0.0.0:8081"]
|
||||
#["python","-m","snek.app"]
|
||||
|
Loading…
Reference in New Issue
Block a user