Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.02 KB

README.md

File metadata and controls

24 lines (19 loc) · 1.02 KB

Quiz Bot Doc

Configuration

Parameter Default Value Description
PORT 4200 Server Port
RP_HOST https://rp.epam.com ReportPortal URL
RP_UUID ReportPortal UUID
RP_PROJECT Project results will be reported to
TG_TOKEN Telegram Token
DB_FILE qabot.db Internal Session DB file name
LOGGING_LEVEL info Logging level:debug,info,warn,error

Running in DEV mode (live reloading in enabled)

    docker-compose up --build --force-recreate

Building and running in production mode

    docker-compose -f docker-compose-prod.yml up -d --build --force-recreate