add ci tests in docker compose (#11)

This commit is contained in:
Dmitry Afanasyev
2023-09-26 13:28:34 +03:00
committed by GitHub
parent e8ace80d68
commit 4e97baf525
8 changed files with 26 additions and 26 deletions

View File

@@ -13,7 +13,7 @@ DOMAIN="http://localhost"
URL_PREFIX=
# set to true to start with webhook. Else bot will start on polling method
START_WITH_WEBHOOK="true"
START_WITH_WEBHOOK="false"
# quantity of workers for uvicorn
WORKERS_COUNT=1