Skip to content

Commit

Permalink
Merge pull request #242 from jembi/fix-add-networks-to-openhim
Browse files Browse the repository at this point in the history
Add Hapi fhir and Kafka networks to Openhim
  • Loading branch information
nour-borgi committed Jun 27, 2023
2 parents e38d872 + c345fec commit 716978f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions interoperability-layer-openhim/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ services:
openhim-core:
image: jembi/openhim-core:v8.0.1
networks:
kafka:
hapi-fhir:
reverse-proxy:
keycloak:
public:
Expand Down Expand Up @@ -57,6 +59,12 @@ services:
memory: ${OPENHIM_CONSOLE_MEMORY_RESERVE}

networks:
kafka:
name: kafka_public
external: true
hapi-fhir:
name: hapi-fhir_public
external: true
reverse-proxy:
name: reverse-proxy_public
external: true
Expand Down

0 comments on commit 716978f

Please sign in to comment.