From 3c420aa53f6297e4e01cb8557c73a2f2357d40f1 Mon Sep 17 00:00:00 2001 From: devarsh10 Date: Thu, 4 Jul 2024 23:23:27 +0530 Subject: [PATCH] configure simple deployment --- README.md | 3 +++ docker-compose.yml | 14 ++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/README.md b/README.md index 743544f5..8de91a15 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,9 @@ Execute the following commands to run mojaloop in local machine git clone https://github.com/mojaloop/ml-core-test-harness.git cd ml-core-test-harness docker-compose --profile all-services --profile ttk-provisioning --profile ttk-tests up + +# For simple deployment +docker compose --profile simple up ``` Wait for some time to get all the containers up and healthy. diff --git a/docker-compose.yml b/docker-compose.yml index f2bdcd45..77e20815 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -41,6 +41,7 @@ services: - discovery - agreement - all-services + - simple objstore: image: mongo:${DEP_MONGO_VERSION} @@ -61,6 +62,7 @@ services: - discovery - agreement - all-services + - simple kafka-provisioning: container_name: kafka-provisioning @@ -78,6 +80,7 @@ services: - discovery - agreement - all-services + - simple kafka: networks: @@ -113,6 +116,7 @@ services: - discovery - agreement - all-services + - simple mysql: image: mysql/mysql-server:${DEP_MYSQL_VERSION} @@ -141,6 +145,7 @@ services: - discovery - agreement - all-services + - simple quoting-service: image: "mojaloop/quoting-service:${QUOTING_SERVICE_VERSION}" @@ -167,6 +172,7 @@ services: - quoting-service - agreement - all-services + - simple ml-api-adapter: image: mojaloop/ml-api-adapter:${ML_API_ADAPTER_VERSION} @@ -197,6 +203,7 @@ services: - ml-api-adapter - transfer - all-services + - simple simulator: image: mojaloop/simulator:${TEST_SIMULATOR_VERSION} @@ -221,6 +228,7 @@ services: - simulator - discovery - all-services + - simple account-lookup-service: image: mojaloop/account-lookup-service:${ACCOUNT_LOOKUP_SERVICE_VERSION} @@ -256,6 +264,7 @@ services: - account-lookup-service - discovery - all-services + - simple mysql-als: image: mysql/mysql-server:${DEP_MYSQL_VERSION} @@ -281,6 +290,7 @@ services: - account-lookup-service - discovery - all-services + - simple ## Testing Toolkit mojaloop-testing-toolkit: @@ -307,6 +317,7 @@ services: profiles: - testing-toolkit - all-services + - simple mojaloop-testing-toolkit-ui: image: mojaloop/ml-testing-toolkit-ui:${TEST_TTK_UI_VERSION} @@ -323,6 +334,7 @@ services: profiles: - testing-toolkit - all-services + - simple ttk-provisioning: image: mojaloop/ml-testing-toolkit-client-lib:${TEST_TTK_CLI_VERSION} @@ -350,6 +362,7 @@ services: user: root profiles: - ttk-provisioning + - simple ttk-tests: image: mojaloop/ml-testing-toolkit-client-lib:${TEST_TTK_CLI_VERSION} @@ -379,6 +392,7 @@ services: user: root profiles: - ttk-tests + - simple ## Debug utilities kafka-debug-ui: