Skip to content

Commit

Permalink
chore: update mosip api
Browse files Browse the repository at this point in the history
  • Loading branch information
naftis authored Dec 11, 2024
1 parent bef96c0 commit a76aea1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/docker-compose.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@ services:
- node.labels.data1 == true

mosip-api:
image: ghcr.io/opencrvs/mosip:31bbe14
image: ghcr.io/opencrvs/mosip:f4fbde3
environment:
- NODE_ENV=production
- MOSIP_BIRTH_WEBHOOK_URL=http://mosip-mock:20240/webhooks/opencrvs/birth
Expand All @@ -1038,7 +1038,7 @@ services:
tag: 'mosip-api'

mosip-mock:
image: ghcr.io/opencrvs/mosip-mock:31bbe14
image: ghcr.io/opencrvs/mosip-mock:f4fbde3
environment:
- NODE_ENV=production
- OPENCRVS_MOSIP_SERVER_URL=http://mosip-api:2024/webhooks/mosip
Expand Down

0 comments on commit a76aea1

Please sign in to comment.