vin4enso / telegram-bot-docker-nodejs

Basis for telegram bot written in node js with docker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basis for telegram bot written in node js with docker.

Deploy the project locally:

  • Installing docker and docker-compose from official sources
  • cp .env.example .env
  • Insert PROJECT_NAME - your project name
  • Insert PROJECTS_PATH - full path to your project
  • cp app/.env.example app/.env
  • Insert TOKEN - token your bot
  • docker-compose up -d

About

Basis for telegram bot written in node js with docker.


Languages

Language:JavaScript 68.9%Language:Shell 20.5%Language:Dockerfile 10.7%