File tree Expand file tree Collapse file tree 2 files changed +54
-1
lines changed
Expand file tree Collapse file tree 2 files changed +54
-1
lines changed Original file line number Diff line number Diff line change 1- # cs50_bot
1+ # ![ CS50x Iran] ( ./assets/logo_v1.svg ) Telegram Bot
2+ ![ RELEASE] ( https://img.shields.io/badge/RELEASE-v2.0.0-green )
3+ ![ Tech] ( https://img.shields.io/badge/TECH-Kotlin,%20Spring%20Boot-orange )
4+
5+ ### Navigation
6+ - [ How To Deploy Project] ( #deploy )
7+ - [ Our Contact Information] ( #contact )
8+
9+ ### Deploy
10+ First make sure you set your token to ` Cs50BotApplication.kt ` file!<br >
11+ You can deploy project using docker and docker-compose!<br >
12+
13+ First create a ` docker-compose.yaml `
14+ ``` yaml
15+ version : ' 3.9'
16+ services :
17+ cs50_bot :
18+ restart : on-failure
19+ build : ./cs50_bot
20+ ports :
21+ - ' 8080:8080'
22+ ` ` `
23+ After that, clone the project using git
24+ ` ` ` shell
25+ git clone https://github.com/YasTechOrg/cs50_bot
26+ ```
27+ Finally, you can build and deploy project using docker compose
28+ ``` shell
29+ docker-compose up -d --build
30+ ```
31+ ### Contact
32+ - Hossein Araghi
33+ 34+ - Website : [ hossara.com] ( https://hossara.com )
35+ - Instagram : @hossara .dev | @hossara .pv
36+ - LinkedIn : @dev-haraghi
You can’t perform that action at this time.
0 commit comments