- Clone repository
- Create .env by copying and modifying .env.sample
- Prepare Docker images
- If target arch is x86-64:
docker pull aiogram/telegram-bot-api:latest
- If target arch is ARM:
git submodule update --init --recursive
docker-compose build
- Run
docker-compose up -d