Skip to content

Commit

Permalink
Updated MedCAT service version.
Browse files Browse the repository at this point in the history
  • Loading branch information
vladd-bit committed Aug 1, 2023
1 parent e25dea8 commit 6eb3bb4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions deploy/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ services:
# * using internal models / resources #
#---------------------------------------------------------------------------#
nlp-medcat-service-production:
image: cogstacksystems/medcat-service:0.3.2
image: cogstacksystems/medcat-service:0.5.0
container_name: cogstack-medcat-production
restart: always
env_file:
Expand Down Expand Up @@ -1092,7 +1092,10 @@ services:
- ../security/root-ca.key:/etc/nginx/root-ca.key:ro
- ../security/nifi_certificates/nifi-cert.pem:/etc/nginx/nifi-cert.pem:ro
- ../security/nifi_certificates/nifi-key.key:/etc/nginx/nifi-key.key:ro
- ../security/es_certificates:/etc/nginx/es_certificates:ro

- ../security/es_certificates/${ELASTICSEARCH_VERSION:-opensearch}/elastic-stack-ca.crt.pem:/etc/nginx/es_certificates/elastic-stack-ca.crt.pem:ro
- ../security/es_certificates/${ELASTICSEARCH_VERSION:-opensearch}/elastic-stack-ca.key.pem:/etc/nginx/es_certificates/elastic-stack-ca.key.pem:ro
# - ../security/es_certificates/:/etc/nginx/es_certificates/:ro
ports:
- "${NIFI_EXTERNAL_PORT_NGINX:-8443}:${NIFI_INTERNAL_PORT_NGINX:-8443}"
networks:
Expand Down

0 comments on commit 6eb3bb4

Please sign in to comment.