Skip to content
Snippets Groups Projects
Commit fd9a975d authored by Jan David Mol's avatar Jan David Mol
Browse files

Mount jupyter notebook dir as rw

parent b2b16def
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,7 @@ services: ...@@ -18,6 +18,7 @@ services:
volumes: volumes:
- ${TANGO_SKA_CONTAINER_MOUNT} - ${TANGO_SKA_CONTAINER_MOUNT}
- ${TANGO_LOFAR_CONTAINER_MOUNT} - ${TANGO_LOFAR_CONTAINER_MOUNT}
- ${TANGO_LOFAR_CONTAINER_DIR}:/jupyter-notebooks:rw
- ${HOME}:/hosthome - ${HOME}:/hosthome
environment: environment:
- TANGO_HOST=${TANGO_HOST} - TANGO_HOST=${TANGO_HOST}
...@@ -25,7 +26,7 @@ services: ...@@ -25,7 +26,7 @@ services:
- DISPLAY=${DISPLAY} - DISPLAY=${DISPLAY}
ports: ports:
- "8888:8888" - "8888:8888"
working_dir: ${TANGO_LOFAR_CONTAINER_DIR}/jupyter-notebooks working_dir: /jupyter-notebooks
entrypoint: entrypoint:
- /usr/local/bin/wait-for-it.sh - /usr/local/bin/wait-for-it.sh
- ${TANGO_HOST} - ${TANGO_HOST}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment