Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 575 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 575 Bytes

tg-bot

Bot connects to tg-bot and provide messages to proxyServer to process them

to local run type: go run server/proxyServer.go

proxy server

Server will serve some logic by user message input

to local run type: go run bot.go

docker compose

Combines 2 docker files and connect them together

Also you could provide required ENV variables

  SERVER_ADDR: "proxy_server:50051"
  TELEGRAM_APITOKEN: "!BotFather-tkn!"

to local run type: docker-compose up -d