In this repo you will find docker compose files & makefiles to be used in a local development environment.
makefile - to to easily mange docker compose commands.
Docker compose file - to install inter dependant docker files postgres, mongo,and redis. Note: Will be adding more docker compose files for other dependencies.
Ensure you have docker setup on your computer.
Mongo Express - http://localhost:8081
Postgres Web - http://localhost:5050
While setting up a postgres server connection on the pgadmin4 web, recommended solution is to use the container name as it is the same as the hostname, in this case, "postgres", and whose port is 5432.
Fresh install (this will pull all containers and set them up locally)
makeTo stop all containers
make downTo run and/or update
make up