Skip to content

Latest commit

 

History

History
36 lines (18 loc) · 470 Bytes

README.md

File metadata and controls

36 lines (18 loc) · 470 Bytes

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