Doing this will help make deploying the bot easier and require less custom setup on the host machine.
- Break the bot into pieces and have three containers: django app/bot script(maybe split later?), postgres, and rabbitmq
- Setup simple networking between containers and reproduce basic functionality that was running on the TG server
Doing this will help make deploying the bot easier and require less custom setup on the host machine.