Skip to content

Commit

Permalink
Added travel company as a data using service agent
Browse files Browse the repository at this point in the history
  • Loading branch information
lalc committed Aug 24, 2020
1 parent 65520b2 commit 7348d3b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,28 @@ services:
networks:
- von_von

agent3.localhost:
image: georgejpadayatti/aries-cloudagent:0.5.3
command: /bin/bash -c "./startup.sh"
container_name: agent3.localhost
environment:
AGENT_NAME: Travel-Company
ACAPY_ENDPOINT: http://agent3.localhost
GENESIS_URL: https://indy.igrant.io/genesis
WEBHOOK_URL: http://agent3.webhook:8080
volumes:
- ./cloud-agent/startup.sh:/home/indy/startup.sh
networks:
- von_von

agent3.webhook:
image: georgejpadayatti/aries-webhook-interceptor:0.1
container_name: agent3.webhook
ports:
- 8081:8080
networks:
- von_von

networks:
von_von:
external: true

0 comments on commit 7348d3b

Please sign in to comment.