hack4impact / flask-base

A simple Flask boilerplate app with SQLAlchemy, Redis, User Authentication, and more.
http://hack4impact.github.io/flask-base
MIT License
3.04k stars 481 forks source link

dockerization and separation of redis and postress fron the app itsel… #210

Closed nacosdev closed 3 years ago

nacosdev commented 4 years ago

…f, and creation of docker-compose file for te deploy of development environment

nacosdev commented 4 years ago

Hello to the team at Hack4Impact, i have worked in the dockerization of the different services of this repo (redis, postgres, server and worker). I think it will be good as we can set all the develop environment by running just one command, docker-compose up, and by the other way, the server is ready to be deployed in production and in High Availability environments just by scaling replicas of the service in clusters like docker-swarm or kuberenetes.