Skip to content

Just an educational project implementing a tg bot with schedule of classes.

License

Notifications You must be signed in to change notification settings

greg-zamza/scheduler_tgbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scheduler_tgbot

Зависимости

docker

Подготовка

git clone https://github.com/greg-zamza/scheduler_tgbot
cd scheduler_tgbot

Создай файл .env для переменных окружения, которые передадутся в контейнеры (пример файла в .env.example).

Собери образ scheduler_tgbot:

cd BotService
docker build -t scheduler_tgbot .
cd ..

Запуск

docker compose up
> или docker compose up -d

About

Just an educational project implementing a tg bot with schedule of classes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published