Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 290 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 290 Bytes

Demonstrating Profile

Bring up only Dev Environment

 docker-compose --profile dev up

It will bring up PhyMyAdmin and MySQL

Bringing down Dev Environ

 docker-compose --profile dev down

Bring up Prod Environment

 docker-compose --profile prod up