Added docks.

This commit is contained in:
retoor 2025-01-29 17:12:25 +01:00
parent af399e3b72
commit 3be25285f4

View File

@ -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"]