Skip to content

Commit

Permalink
Fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
drizzentic committed May 16, 2024
1 parent e0d2d5a commit 4da745e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions fhir-ig-importer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ services:
networks:
hapi-fhir:
openhim:
default:
environment:
HAPI_FHIR_BASE_URL: ${HAPI_FHIR_BASE_URL}
HAPI_FHIR_INSTANCES: ${HAPI_FHIR_INSTANCES}
Expand All @@ -27,4 +28,5 @@ networks:
openhim:
name: openhim_public
external: true
default:

1 change: 1 addition & 0 deletions fhir-ig-importer/importer/docker-compose.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ networks:
openhim:
name: openhim_public
external: true
default:
1 change: 1 addition & 0 deletions kafka-mapper-consumer/docker-compose.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ networks:
openhim:
name: openhim_public
external: true
default:
7 changes: 6 additions & 1 deletion kafka-mapper-consumer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ services:
networks:
clickhouse:
kafka:

openhim:
default:
kafka-mapper-consumer-ui:
image: ${KAFKA_CONSUMER_MAPPER_UI_VERSION}
networks:
Expand All @@ -41,3 +42,7 @@ networks:
kafka:
name: kafka_public
external: true
openhim:
name: openhim_public
external: true
default:

0 comments on commit 4da745e

Please sign in to comment.