Skip to content

Commit

Permalink
updated release version
Browse files Browse the repository at this point in the history
  • Loading branch information
tejash-jl committed Mar 4, 2022
1 parent 22eee8c commit c4d4675
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres
registry:
image: dockerhub/sunbird-rc-core:v0.0.3
image: dockerhub/sunbird-rc-core:v0.0.4
volumes:
- ${PWD}/java/registry/src/main/resources/public/_schemas:/home/sunbirdrc/config/public/_schemas

Expand Down Expand Up @@ -77,7 +77,7 @@ services:
db:
condition: service_started
claim-ms:
image: dockerhub/sunbird-rc-claim-ms:v0.0.3
image: dockerhub/sunbird-rc-claim-ms:v0.0.4
environment:
- connectionInfo_uri=jdbc:postgresql://db:5432/registry
- connectionInfo_username=postgres
Expand All @@ -91,13 +91,13 @@ services:
registry:
condition: service_started
certificate-signer:
image: dockerhub/sunbird-rc-certificate-signer:v0.0.3
image: dockerhub/sunbird-rc-certificate-signer:v0.0.4
environment:
- PORT=8079
ports:
- "8079:8079"
certificate-api:
image: dockerhub/sunbird-rc-certificate-api:v0.0.3
image: dockerhub/sunbird-rc-certificate-api:v0.0.4
environment:
- PORT=8078
ports:
Expand All @@ -119,6 +119,6 @@ services:
timeout: 20s
retries: 3
notification-ms:
image: dockerhub/sunbird-rc-notification-service:v0.0.3
image: dockerhub/sunbird-rc-notification-service:v0.0.4
ports:
- "8765:8765"

0 comments on commit c4d4675

Please sign in to comment.