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

polys/docker-compose-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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