Product Catalog Service Admin Guide
Installation and deployment
The Product Catalog Service is deployed as a Docker container. The docker compose file can be found in:
Resource | source |
---|---|
docker-compose.yml | https://github.com/nimble-platform/catalog-service/blob/master/catalogue-service-micro/docker-compose.yml |
The docker-compose can be executed via the following command.
docker-compose up -d
The product catalog service starts to run in https://localhost:8095
Configuration
The product catalog service can be configured through environment variables. The complete list of the available environment variables can be found in https://github.com/nimble-platform/catalog-service/blob/master/catalogue-service/src/main/resources/bootstrap.yml