Skip to content

Commit

Permalink
adding openhim version to env
Browse files Browse the repository at this point in the history
  • Loading branch information
brett-onions committed Apr 11, 2024
1 parent e40a071 commit e921967
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion interoperability-layer-openhim/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
- prometheus-port=8080

openhim-console:
image: jembi/openhim-console:v1.18.2
image: ${OPENHIM_CONSOLE_VERSION}
environment:
OPENHIM_CORE_MEDIATOR_HOSTNAME: ${OPENHIM_CORE_MEDIATOR_HOSTNAME}
OPENHIM_MEDIATOR_API_PORT: ${OPENHIM_MEDIATOR_API_PORT}
Expand Down
1 change: 1 addition & 0 deletions interoperability-layer-openhim/package-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"OPENHIM_MONGO_MEMORY_RESERVE": "500M",
"OPENHIM_MONGO_URL": "mongodb://mongo-1:27017/openhim",
"OPENHIM_MONGO_ATNAURL": "mongodb://mongo-1:27017/openhim",
"OPENHIM_CONSOLE_VERSION": "jembi/openhim-console:v1.18.2",
"KAFKA_HOSTS": "kafka-01:9092",
"KC_REALM_NAME": "platform-realm",
"KC_FRONTEND_URL": "http://localhost:9088",
Expand Down

0 comments on commit e921967

Please sign in to comment.