Skip to content

Commit

Permalink
move to web5
Browse files Browse the repository at this point in the history
  • Loading branch information
kalturaguy committed Feb 16, 2020
1 parent 550b15d commit 589dd3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions deployment/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ services:
hostname: ${SERVER_NODE_HOST_NAME}
volumes:
- "${LOGS_DIR}/liveController/:/var/log/liveController/"
- "content:/web/content/kLive/"
- "content:/web5/content/kLive/"
container_name: liveController
volumes:
content:
driver: local
driver_opts:
type: "nfs"
o: "addr=pa-isilon2,nolock,soft,rw"
device: ":/ifs/web2/content/kLive"
o: "addr=pa-isilon2-front-api,nolock,soft,rw"
device: ":/ifs/web5/content/kLive"
6 changes: 3 additions & 3 deletions deployment/docker/liveController/entryPoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ source initScript.sh

echo applying new configMapping
LOG_FILE_NAME=/var/log/liveController/kLiveController.log
LIVE_CONTENT_PATH=/web/content/kLive/live
LIVE_ARCHIVE_CONTENT_PATH=/web/content/kLive/archive
RECORDING_FOLDER=/web/content/kLive/liveRecorder
LIVE_CONTENT_PATH="${BASE_CONTENT_FOLDER}/live"
LIVE_ARCHIVE_CONTENT_PATH="${BASE_CONTENT_FOLDER}/archive"
RECORDING_FOLDER="${BASE_CONTENT_FOLDER}/liveRecorder"


jsonFile=$1;
Expand Down

0 comments on commit 589dd3e

Please sign in to comment.