Skip to content

Case study applying the concepts of docker-compose creating an app with micro-services architecture.

Notifications You must be signed in to change notification settings

joao-vitor-costa/docker-compose

Repository files navigation

Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a YAML file to configure your application's services. Then, with a single command, you create and start all the services from your configuration. Run docker-compose up and Compose starts and runs your entire app.

Build

docker-compose build

Start

docker-compose up

Stop

docker-compose down

Commands

About

Case study applying the concepts of docker-compose creating an app with micro-services architecture.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published