For all the folks that can't live without containerization, here's a Docker container for DeletedBot's backend code.
With a single docker-compose up
you can now deploy both the backend code as well as the redis database in one go.
- Clone the code of this repository
- Rename the file
.example_env
to.env
and edit the values as you please - Clone the backend repository in a folder called
src
- Run
docker-compose up
and you're good to go.