Skip to content

YasTechOrg/cs50_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 14, 2022
096205a · Jul 14, 2022

History

27 Commits
Jul 3, 2022
Jul 1, 2022
Jul 13, 2022
Jul 1, 2022
Jul 13, 2022
Jul 1, 2022
Jul 14, 2022
Jul 3, 2022
Jul 1, 2022
Jul 1, 2022
Jul 1, 2022

Repository files navigation

CS50x Iran Telegram Bot

RELEASE Tech

Navigation

Deploy

You can deploy projectstablity using docker and docker-compose!

First create a docker-compose.yaml

version: '3.9'
services:
  cs50_bot:
    restart: on-failure
    build: ./cs50_bot
    ports:
      - '8080:8080'

After that, clone the project using git

git clone https://github.com/YasTechOrg/cs50_bot

Finally, you can build and deploy project using docker compose
Don't forget to set token args in your docker compose!

docker-compose up -d --build

Contact