Skip to content

Commit

Permalink
actually run the rstudio docker compose not the jupyter one
Browse files Browse the repository at this point in the history
  • Loading branch information
LizBaldo committed Sep 18, 2024
1 parent becce90 commit 0c86b32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions http/src/main/resources/init-resources/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -278,9 +278,9 @@ MEM_LIMIT=${MEM_LIMIT}
SHM_SIZE=${SHM_SIZE}
END

${DOCKER_COMPOSE} -f ${JUPYTER_DOCKER_COMPOSE} stop
${DOCKER_COMPOSE} -f ${JUPYTER_DOCKER_COMPOSE} rm -f
${DOCKER_COMPOSE} --env-file=/var/variables.env -f ${JUPYTER_DOCKER_COMPOSE} up -d
${DOCKER_COMPOSE} -f ${RSTUDIO_DOCKER_COMPOSE} stop
${DOCKER_COMPOSE} -f ${RSTUDIO_DOCKER_COMPOSE} rm -f
${DOCKER_COMPOSE} --env-file=/var/variables.env -f ${RSTUDIO_DOCKER_COMPOSE} up -d

# the docker containers need to be restarted or the jupyter container
# will fail to start until the appropriate volume/device exists
Expand Down

0 comments on commit 0c86b32

Please sign in to comment.