From a53153f1efe86b8cd38c411983c6daad5eb19d83 Mon Sep 17 00:00:00 2001 From: Dmitry Afanasyev Date: Tue, 16 Aug 2022 12:42:52 +0300 Subject: [PATCH] changed to gunicorn --- scripts/start-bot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start-bot.sh b/scripts/start-bot.sh index b398c1b..8528b53 100644 --- a/scripts/start-bot.sh +++ b/scripts/start-bot.sh @@ -4,4 +4,4 @@ echo "starting the bot" cd /opt/mosgortrans \ && source /home/balsh/.cache/pypoetry/virtualenvs/mosgortrans-3eZxMcY3-py3.10/bin/activate \ -&& gunicorn app.main:create_app --bind localhost:8084 --reload --worker-class aiohttp.GunicornWebWorker \ No newline at end of file +&& gunicorn app.main:create_app --bind prod-server.lan:8084 --reload --worker-class aiohttp.GunicornWebWorker \ No newline at end of file