diff --git a/README.md b/README.md index 394ecf6..22f1baa 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,11 @@ A webhook interceptor is provided to debug the webhook events. It can be accesse 1. `docker exec -it agent1.webhook tail -f demo.log` - For viewing webhook events for agent1 2. `docker exec -it agent2.webhook tail -f demo.log` - For viewing webhook events for agent2 + +#### Configuring the agent startup + +The startup.sh file inside cloud-agent folder contains the `aca-py` startup command. You can modify it according to your development needs. + +#### Todo + +1. Providing a web interface for webhook event interceptor \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index ae36a68..14df288 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,7 +16,7 @@ services: container_name: agent1.localhost environment: AGENT_NAME: Test-Facility - ACAPY_ENDPOINT: https://agent1.igrant.io + ACAPY_ENDPOINT: http://agent1.localhost GENESIS_URL: https://indy.igrant.io/genesis WEBHOOK_URL: http://agent1.webhook:8080 volumes: @@ -38,7 +38,7 @@ services: container_name: agent2.localhost environment: AGENT_NAME: Data4Life-User - ACAPY_ENDPOINT: https://agent2.igrant.io + ACAPY_ENDPOINT: http://agent2.localhost GENESIS_URL: https://indy.igrant.io/genesis WEBHOOK_URL: http://agent2.webhook:8080 volumes: