Skip to content

Commit

Permalink
upgrade fhor server
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzy11 committed Nov 24, 2023
1 parent eb15b3f commit 7fe6154
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ services:

fhir.openelis.org:
container_name: external-fhir-api
image: hapiproject/hapi:v5.5.1
image: hapiproject/hapi:v6.6.0-tomcat
ports:
- "8081:8080"
- "8444:8443"
Expand All @@ -106,11 +106,7 @@ services:
- openelis-network
restart: always
environment:
#SPRING_CONFIG_LOCATION: file:///run/secrets/hapi_application.yaml
spring.datasource.url : jdbc:postgresql://db.openelis.org:5432/clinlims?currentSchema=clinlims
spring.datasource.username : clinlims
spring.datasource.password : clinlims
spring.datasource.driverClassName: org.postgresql.Driver
SPRING_CONFIG_LOCATION: file:///run/secrets/hapi_application.yaml
TZ: Africa/Nairobi

JAVA_OPTS: "-Djavax.net.ssl.trustStore=/etc/openelis-global/truststore
Expand All @@ -123,7 +119,7 @@ services:
logging: *local-logging
volumes:
- key_trust-store-volume:/etc/openelis-global
- ./volumes/tomcat/hapi_server.xml:/usr/local/tomcat/conf/server.xml
- ./volumes/tomcat/hapi_server.xml:/opt/bitnami/tomcat/conf/server.xml
secrets:
- source: hapi_application.yaml

Expand Down

0 comments on commit 7fe6154

Please sign in to comment.