docker compose
Requirements
Requirements on your server
- docker
- docker-compose or docker compose plugin
- git
Get the source code
Clone the repository using either HTTPS or SSH.
- HTTPS
- SSH
git clone https://git.abfelbaum.dev/abfelbaum/bots/telegram/atadminbot.git
git clone git@git.abfelbaum.dev:abfelbaum/bots/telegram/atadminbot.git
Configuration
You will need a token to authenticate your bot. If you don't have one yet you can get one at @BotFather as explained here.
You have to put the bot token in docker-compose.yml
.
Start the bot
- docker-compose
- docker compose
docker-compose up
docker compose up