Skip to content

Commit

Permalink
Fixes quip-399
Browse files Browse the repository at this point in the history
  • Loading branch information
tdiprima committed Nov 16, 2018
1 parent 33549ca commit 51cb583
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/app.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ loader.repo=LoaderDockerContainer
loader.image=sbubmi/quip_loader
loader.container=quip-loader
viewer.url=https://github.com/camicroscope/ViewerDockerContainer.git
viewer.tag=2.0.2
viewer.tag=2.0.3
viewer.repo=ViewerDockerContainer
viewer.image=sbubmi/quip_viewer
viewer.container=quip-viewer
Expand Down
2 changes: 1 addition & 1 deletion build/build_containers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ buildImage "$viewer_image" "$viewer_tag" "$viewer_repo"
buildImage "$ordering_image" "$ordering_tag" "$ordering_repo"
buildImage "$dynamic_image" "$dynamic_tag" "$dynamic_repo"
buildImage "$find_image" "$find_tag" "$find_repo"
buildImage "$composite_image" "$composite_tag" "$composite_repo/node-kue"
#buildImage "$composite_image" "$composite_tag" "$composite_repo/node-kue"
4 changes: 2 additions & 2 deletions run_containers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ function runContainers {
echo "Started findapi service container: " $findapi_id

# Run composite dataset generating container
composite_id=$(docker run --name $composite_container --net=quip_nw --restart unless-stopped -itd $composite_image:$composite_tag) || error_exit 'composite' $LINENO
echo "Started composite dataset generating container: " $composite_id
#composite_id=$(docker run --name $composite_container --net=quip_nw --restart unless-stopped -itd $composite_image:$composite_tag) || error_exit 'composite' $LINENO
#echo "Started composite dataset generating container: " $composite_id

## Run dynamic services container
sed 's/\@QUIP_JOBS/\"quip-jobs\"/g' $CONFIGS_DIR/config_temp.json > $CONFIGS_DIR/config_tmp.json
Expand Down

0 comments on commit 51cb583

Please # to comment.