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