Skip to content

Commit

Permalink
NiFi: added mounted models folder from services, updated release image.
Browse files Browse the repository at this point in the history
  • Loading branch information
vladd-bit committed Nov 24, 2023
1 parent aa7900d commit d6f75eb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deploy/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ services:
# NiFi webapp #
#---------------------------------------------------------------------------#
nifi:
image: cogstacksystems/cogstack-nifi:1.2.2
image: cogstacksystems/cogstack-nifi:1.2.3
#build:
# context: ../nifi/
# args:
Expand Down Expand Up @@ -967,6 +967,9 @@ services:
# DB-schemas, from the services folder
- ../services/cogstack-db/:/opt/cogstack-db/:rw

# medcat models
- ./${RES_MEDCAT_SERVICE_MODEL_PRODUCTION_PATH:-../services/nlp-services/applications/medcat/models/}:/opt/data/models:rw

# rest of volumes to persist the state
- nifi-vol-logs:/opt/nifi/nifi-current/logs
- nifi-vol-provenance:/opt/nifi/nifi-current/provenance_repository
Expand Down

0 comments on commit d6f75eb

Please sign in to comment.