Skip to content

Commit

Permalink
Merge pull request #1459 from saiprakash-v/update-dc-vc
Browse files Browse the repository at this point in the history
Updating docker compose
  • Loading branch information
prasanna-egov authored Mar 28, 2023
2 parents 2d57442 + f7054f6 commit 1c74fb0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docker-compose-vc-issuance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres
vc-registry:
image: dockerhub/sunbird-rc-core:v0.0.10-1
image: dockerhub/sunbird-rc-core:v0.0.13
volumes:
- ./vc-registry:/home/sunbirdrc/config/public/_schemas
environment:
Expand Down Expand Up @@ -103,7 +103,7 @@ services:
timeout: 20s
retries: 3
keycloak:
image: divoc/keycloak:2.1.0-generic
image: divoc/keycloak:3.5.0-generic
volumes:
- ./keycloak:/opt/jboss/keycloak/imports
environment:
Expand Down Expand Up @@ -164,7 +164,7 @@ services:
retries: 4
# VC Issuance as a platform
vc-certification-service:
image: divoc/vc-certification-service:3.1.0-generic
image: divoc/vc-certification-service:3.5.0-generic
ports:
- "7654:7654"
environment:
Expand All @@ -183,7 +183,7 @@ services:
condition: service_started

vc-management-service:
image: divoc/vc-management-service:3.1.0-generic
image: divoc/vc-management-service:3.5.0-generic
ports:
- "7655:7655"
environment:
Expand Down Expand Up @@ -220,7 +220,7 @@ services:

# Gateway as a Proxy for forwarding ports
gateway:
image: divoc/vc-gateway:3.0.0-alpha
image: divoc/vc-gateway:3.5.0-generic
ports:
- "80:80"
depends_on:
Expand All @@ -230,13 +230,13 @@ services:
condition: service_started

tenant-portal:
image: divoc/tenant-portal
image: divoc/vc-tenant-portal:3.5.0-generic

verification-app:
image: divoc/vc-verification-webapp:3.1.0-generic
image: divoc/vc-verification-webapp:3.5.0-generic

vc-certify-consumer:
image: divoc/vc-certify-consumer:3.1.0-generic
image: divoc/vc-certify-consumer:3.5.0-generic
environment:
SUNBIRD_REGISTRY_URL: "http://vc-registry:8081"
KAFKA_BOOTSTRAP_SERVERS: kafka:9092
Expand Down

0 comments on commit 1c74fb0

Please sign in to comment.