Our very own opinionated boiler plate for bots
These are list of instructions to follow after creating your repo from this repo:
-
Create a
.env
file and copy all that's in thedotenv
file into it, then delete thedotenv
. Make sure you enter the required values before starting the server. -
Change the following info:
name
value in the package.json to the name of your project;- Go to
docker-compose.yml
, changebot-boilerplate
to the name of your project; - In that same file change the ports from
3010:3040
to ones that are free;
docker-compose stop
- отсановить все контейнеры
docker-compose up -d
- поднять все контейнеры
docker-compse ps
- посмотреть запущенные контейнеры
docker-compose up name_contаiner
- поднять один интересующий контейнер из docker-compose.yml
все команды выполнять внутри папки с проектом