/telegram-bot-docker-nodejs

Basis for telegram bot written in node js with docker.

Primary LanguageJavaScript

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