Description here
- Docker
cd
to this direcotry- Start all containers
docker-compose up -d
- This will start in the background remove
-d
to run in forground
- View logs
docker-compose logs -f
- Stop containers
docker-compose stop
- Remove containers
docker-compose down