Skip to content

Commit

Permalink
Add healthcheck port to docker-compose.yml for svc-bip-api
Browse files Browse the repository at this point in the history
  • Loading branch information
agile-josiah committed Nov 3, 2023
1 parent 5eb6342 commit f3a07d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ services:
BIP_KEYSTORE: ${BIP_KEYSTORE}
BIP_CLAIM_URL: "mock-bip-claims-api:20300"
BIP_EVIDENCE_URL: "mock-bip-ce-api:20310"
ports:
- "10401:10401"
networks:
- vro_intranet

Expand Down

0 comments on commit f3a07d2

Please sign in to comment.