Skip to content

Commit

Permalink
Deploy: corrected mountpoint for cogstack-db.
Browse files Browse the repository at this point in the history
  • Loading branch information
vladd-bit committed Oct 24, 2023
1 parent 7586e10 commit 8cdd8ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 8cdd8ed

Please sign in to comment.