From 0a22d9dc24ff73aca46730c102ec870fa5ad44de Mon Sep 17 00:00:00 2001 From: Yurii Shynbuiev Date: Tue, 14 Jan 2025 15:05:20 +0700 Subject: [PATCH] docs: add reference to the simple docker compose file in the root project Signed-off-by: Yurii Shynbuiev --- README.md | 9 +++++++++ .../controller/http/StatusListCredential.scala | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 455080b730..6bc4f40385 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,15 @@ $ curl http://localhost:8080/cloud-agent/_system/health {"version":"1.19.1"} ``` +#### Simple docker compose for running the Identus Platform + +The Identus Platform is a set of services that work together to provide a complete SSI solution. +The following services are included in the Identus Platform: +- Cloud Agent +- Mediator + +The docker compose file and documentation for running the full stack with the simplest configuration (single tenant without authentication) is available [here](https://github.com/hyperledger/identus/blob/main/identus-docker/dockerize-identus.md) + #### Compatibility between Cloud Agent and PRISM Node There could be some incompatibilities between the most latest versions of Cloud Agent and PRISM Node. Please, use the following table to check the compatibility between the versions: diff --git a/cloud-agent/service/server/src/main/scala/org/hyperledger/identus/credentialstatus/controller/http/StatusListCredential.scala b/cloud-agent/service/server/src/main/scala/org/hyperledger/identus/credentialstatus/controller/http/StatusListCredential.scala index f270b4500b..d931f291aa 100644 --- a/cloud-agent/service/server/src/main/scala/org/hyperledger/identus/credentialstatus/controller/http/StatusListCredential.scala +++ b/cloud-agent/service/server/src/main/scala/org/hyperledger/identus/credentialstatus/controller/http/StatusListCredential.scala @@ -96,7 +96,7 @@ object StatusListCredential { object `type` extends Annotation[String]( - description = "Always equals to constnat value - StatusList2021", + description = "Always equals to constant value - StatusList2021", example = "StatusList2021" )