-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #289 from jembi/CU-86bygzkm5_Images-Placement-for-…
…Interoperability-proxy-identity Cu 86bygzkm5 images placement for interoperability proxy identity
- Loading branch information
Showing
18 changed files
with
62 additions
and
174 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
75 changes: 0 additions & 75 deletions
75
identity-access-manager-keycloak/docker-compose-postgres.cluster.yml
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
identity-access-manager-keycloak/docker-compose-postgres.dev.yml
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
identity-access-manager-keycloak/docker-compose-postgres.yml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
interoperability-layer-openhim/docker-compose.await-helper-mongo.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
version: '3.9' | ||
version: "3.9" | ||
|
||
services: | ||
await-helper: | ||
image: jembi/await-helper:1.0.1 | ||
image: ${AWAIT_HELPER_IMAGE} | ||
deploy: | ||
replicas: 1 | ||
restart_policy: | ||
condition: none | ||
command: '-k http://mongo-1:27017' | ||
command: "-k http://mongo-1:27017" |
6 changes: 3 additions & 3 deletions
6
interoperability-layer-openhim/docker-compose.await-helper.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
version: '3.9' | ||
version: "3.9" | ||
|
||
services: | ||
await-helper: | ||
image: jembi/await-helper:1.0.1 | ||
image: ${AWAIT_HELPER_IMAGE} | ||
deploy: | ||
replicas: 1 | ||
restart_policy: | ||
condition: none | ||
command: '-k https://openhim-core:8080/heartbeat' | ||
command: "-k https://openhim-core:8080/heartbeat" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.