Skip to content

Commit

Permalink
configure simple deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
devarsh10 committed Jul 4, 2024
1 parent f121523 commit 3c420aa
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
14 changes: 14 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ services:
- discovery
- agreement
- all-services
- simple

objstore:
image: mongo:${DEP_MONGO_VERSION}
Expand All @@ -61,6 +62,7 @@ services:
- discovery
- agreement
- all-services
- simple

kafka-provisioning:
container_name: kafka-provisioning
Expand All @@ -78,6 +80,7 @@ services:
- discovery
- agreement
- all-services
- simple

kafka:
networks:
Expand Down Expand Up @@ -113,6 +116,7 @@ services:
- discovery
- agreement
- all-services
- simple

mysql:
image: mysql/mysql-server:${DEP_MYSQL_VERSION}
Expand Down Expand Up @@ -141,6 +145,7 @@ services:
- discovery
- agreement
- all-services
- simple

quoting-service:
image: "mojaloop/quoting-service:${QUOTING_SERVICE_VERSION}"
Expand All @@ -167,6 +172,7 @@ services:
- quoting-service
- agreement
- all-services
- simple

ml-api-adapter:
image: mojaloop/ml-api-adapter:${ML_API_ADAPTER_VERSION}
Expand Down Expand Up @@ -197,6 +203,7 @@ services:
- ml-api-adapter
- transfer
- all-services
- simple

simulator:
image: mojaloop/simulator:${TEST_SIMULATOR_VERSION}
Expand All @@ -221,6 +228,7 @@ services:
- simulator
- discovery
- all-services
- simple

account-lookup-service:
image: mojaloop/account-lookup-service:${ACCOUNT_LOOKUP_SERVICE_VERSION}
Expand Down Expand Up @@ -256,6 +264,7 @@ services:
- account-lookup-service
- discovery
- all-services
- simple

mysql-als:
image: mysql/mysql-server:${DEP_MYSQL_VERSION}
Expand All @@ -281,6 +290,7 @@ services:
- account-lookup-service
- discovery
- all-services
- simple

## Testing Toolkit
mojaloop-testing-toolkit:
Expand All @@ -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}
Expand All @@ -323,6 +334,7 @@ services:
profiles:
- testing-toolkit
- all-services
- simple

ttk-provisioning:
image: mojaloop/ml-testing-toolkit-client-lib:${TEST_TTK_CLI_VERSION}
Expand Down Expand Up @@ -350,6 +362,7 @@ services:
user: root
profiles:
- ttk-provisioning
- simple

ttk-tests:
image: mojaloop/ml-testing-toolkit-client-lib:${TEST_TTK_CLI_VERSION}
Expand Down Expand Up @@ -379,6 +392,7 @@ services:
user: root
profiles:
- ttk-tests
- simple

## Debug utilities
kafka-debug-ui:
Expand Down

0 comments on commit 3c420aa

Please sign in to comment.