Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 473 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 473 Bytes

Telegram video compression bot


Setup

  1. Clone repository
  2. Create .env by copying and modifying .env.sample
  3. 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
  1. Run docker-compose up -d