Install Docker and Docker Compose.
-
Go to directory with
docker-compose.yml
.cd {PROJECT_DIR}
-
Build and run apps with Docker Compose.
docker-compose up --build
-
Stop Product Info service (for testing)
docker-compose stop product-info-service
-
Start Product Info service (for testing)
docker-compose start product-info-service