Bot connects to tg-bot and provide messages to proxyServer to process them
to local run type: go run server/proxyServer.go
Server will serve some logic by user message input
to local run type: go run bot.go
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