Skip to content

richardkeit/dockercompose

Repository files navigation

Docker compose demostration for basic web application with scaling

Docker-Compose Version 2 file format used

Recreate both web and database base images

sh rebuild_bash_images.sh

Docker-Compose bring up services (without build)

docker-compose up

Docker-Compose bring up services (with build)

docker-compose up --build

Docker-Compose scale up services (web services

docker-compose scale web=4

About

Using Docker Compose to Construct linked services

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published