Skip to content
This repository has been archived by the owner on May 28, 2023. It is now read-only.
/ Beneburg-Archived Public archive

A small ecosystem for Telegram chat. Website + Bot in monolith.

License

Notifications You must be signed in to change notification settings

edyapups/Beneburg-Archived

Repository files navigation

Beneburg

Dependencies

  • Go >1.19
  • Docker
  • Docker Compose

Setup

$ git clone git@github.com:edyapups/Beneburg.git

$ cd Beneburg

$ echo MYSQL_DATABASE=your_db_name >> .env.local
$ echo MYSQL_USER=your_db_user >> .env.local
$ echo MYSQL_PASSWORD=your_db_password >> .env.local
$ echo MYSQL_HOST=db >> .env.local
$ echo BOT_TOKEN=your_bot_token >> .env.local
$ echo SERVER_PORT=your_server_port >> .env.local

Run

$ docker-compose --env-file .env.local -f docker-compose.yml up

About

A small ecosystem for Telegram chat. Website + Bot in monolith.

Topics

Resources

License

Stars

Watchers

Forks

Languages