Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (8 loc) · 255 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 255 Bytes

Docker Compose Demo

To run:

  • docker-compose up --build

    or

    docker-compose up --scale auth=1 --scale nodejsapp=2 --scale pythonapp=2 --scale aspnetapp=2 --build -d

  • visit http://localhost:8080

To stop and cleanup:

  • docker-compose down