Skip to content

Minimal telegram bot template using Deno, grammY, typescript and docker

License

Notifications You must be signed in to change notification settings

ikiovi/tg-deno-ts-docker-bot-template

Repository files navigation

Telegram bot template

Using Deno, grammY, Typescript and Docker

Run locally

deno task start

Run in docker

  1. Open docker-compose.yaml
  2. Change container_name placeholder
  3. Run using docker compose
docker compose up -d