Skip to content

Commit

Permalink
Updated docker images to the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepadayatti committed Feb 15, 2021
1 parent 69b14ce commit ae290d3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions docker-compose-sovrin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- aries-playground-nw

test-center.localhost:
image: georgejpadayatti/aries-cloudagent:0.5.4
image: igrantio/aries-cloudagent:0.5.6_v10_dx_fix
command: /bin/bash -c "./startup.sh"
container_name: test-center.localhost
ports:
Expand All @@ -27,15 +27,15 @@ services:
- aries-playground-nw

test-center.webhook:
image: georgejpadayatti/aries-webhook-interceptor:0.1
image: igrantio/aries-webhook-interceptor:0.1
container_name: test-center.webhook
ports:
- 8081:8080
networks:
- aries-playground-nw

data4Life-user.localhost:
image: georgejpadayatti/aries-cloudagent:0.5.4
image: igrantio/aries-cloudagent:0.5.6_v10_dx_fix
command: /bin/bash -c "./startup.sh"
container_name: data4Life-user.localhost
ports:
Expand All @@ -51,15 +51,15 @@ services:
- aries-playground-nw

data4Life-user.webhook:
image: georgejpadayatti/aries-webhook-interceptor:0.1
image: igrantio/aries-webhook-interceptor:0.1
container_name: data4Life-user.webhook
ports:
- 8082:8080
networks:
- aries-playground-nw

travel-company.localhost:
image: georgejpadayatti/aries-cloudagent:0.5.4
image: igrantio/aries-cloudagent:0.5.6_v10_dx_fix
command: /bin/bash -c "./startup.sh"
container_name: travel-company.localhost
ports:
Expand All @@ -75,7 +75,7 @@ services:
- aries-playground-nw

travel-company.webhook:
image: georgejpadayatti/aries-webhook-interceptor:0.1
image: igrantio/aries-webhook-interceptor:0.1
container_name: travel-company.webhook
ports:
- 8083:8080
Expand Down
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3'
version: "3"
services:
nginx:
image: nginx
Expand All @@ -11,7 +11,7 @@ services:
- aries-playground-nw

test-center.localhost:
image: igrantio/aries-cloudagent:0.5.6_v0.1
image: igrantio/aries-cloudagent:0.5.6_v10_dx_fix
command: /bin/bash -c "./startup.sh"
container_name: test-center.localhost
ports:
Expand All @@ -35,7 +35,7 @@ services:
- aries-playground-nw

data4Life-user.localhost:
image: igrantio/aries-cloudagent:0.5.6_v0.1
image: igrantio/aries-cloudagent:0.5.6_v10_dx_fix
command: /bin/bash -c "./startup.sh"
container_name: data4Life-user.localhost
ports:
Expand All @@ -59,7 +59,7 @@ services:
- aries-playground-nw

travel-company.localhost:
image: igrantio/aries-cloudagent:0.5.6_v0.1
image: igrantio/aries-cloudagent:0.5.6_v10_dx_fix
command: /bin/bash -c "./startup.sh"
container_name: travel-company.localhost
ports:
Expand Down

0 comments on commit ae290d3

Please sign in to comment.