Commit a1bc8d8e by marwan

Update docker-compose.yaml

parent 03f91e08
......@@ -3,17 +3,17 @@ services:
jupyter-notebook:
image: harbor.nexpie.com/flowstack/jupyter:1.0.1-2-2344bb3a
ports:
- "48890:8888"
# ports:
# - "48890:8888"
environment:
- LOCAL_DEV=yes
- JUPYTER_NEXIIOT_TOKEN=
- JUPYTER_NEXIIOT_PASSWORD=
- JUPYTER_NEXIIOT_DESTINATION_EMBED=localhost:40001
volumes:
# - volume-workspace:/home/jovyan
- jupyterhome:/home/jovyan
# - volume-jupyterlib:/opt/conda/lib
# volumes:
# # - volume-workspace:/home/jovyan
# - jupyterhome:/home/jovyan
# # - volume-jupyterlib:/opt/conda/lib
healthcheck:
disable: true
logging:
......@@ -21,9 +21,9 @@ services:
options:
max-size: "20m"
max-file: "10"
volumes:
jupyterhome:
external: true
# volumes:
# jupyterhome:
# external: true
# volume-jupyterlib:
# driver: local
# driver_opts:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment