Skip to content

muniu/local-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local dev environment

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.

Installation

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.

Usage

Fresh install (this will pull all containers and set them up locally)

make

To stop all containers

make down

To run and/or update

make up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published