Skip to content

orchestrates all micro-services and handles the deployment

Notifications You must be signed in to change notification settings

PokeMate/deployment

Repository files navigation

Pokemate Deployment

Architecture

The follwing image illustrates how the containers a communicating with eachother. Each of images is available on Dockerhub. Thus, there is no need to clone any other repositories.

Image description

Run

Pull most recent images:

docker-compose pull

To run all containers, execute:

docker-compose up
# use -d option for detached mode

Run in DEV mode

Pull most recent images:

docker-compose -f docker-compose.dev.yml pull

To run all containers, execute:

docker-compose -f docker-compose.yml -f docker-compose.dev.yml up
# use -d option for detached mode

About

orchestrates all micro-services and handles the deployment

Resources

Stars

Watchers

Forks

Packages

No packages published