From 8cdd8ed119087a191bf14a799311d37b03b010e2 Mon Sep 17 00:00:00 2001 From: vladd-bit Date: Tue, 24 Oct 2023 13:43:39 +0100 Subject: [PATCH] Deploy: corrected mountpoint for cogstack-db. --- deploy/services.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/services.yml b/deploy/services.yml index d21f5112..9658bab0 100644 --- a/deploy/services.yml +++ b/deploy/services.yml @@ -1033,7 +1033,7 @@ services: - ${NIFI_DATA_PATH:-../data/}:/opt/data/:rw # DB-schemas, from the services folder - - ../services/cogstack-db/:/opt/data/cogstack-db/:rw + - ../services/cogstack-db/:/opt/cogstack-db/:rw # rest of volumes to persist the state - nifi-vol-logs:/opt/nifi/nifi-current/logs @@ -1072,7 +1072,7 @@ services: - cognet nifi-nginx: - image: cogstacksystems/nifi-nginx:1.2.1 + image: cogstacksystems/nifi-nginx:1.2.2 container_name: cogstack-nifi-nginx restart: always env_file: