Commit a1bc8d8e by marwan

Update docker-compose.yaml

parent 03f91e08
...@@ -3,17 +3,17 @@ services: ...@@ -3,17 +3,17 @@ services:
jupyter-notebook: jupyter-notebook:
image: harbor.nexpie.com/flowstack/jupyter:1.0.1-2-2344bb3a image: harbor.nexpie.com/flowstack/jupyter:1.0.1-2-2344bb3a
ports: # ports:
- "48890:8888" # - "48890:8888"
environment: environment:
- LOCAL_DEV=yes - LOCAL_DEV=yes
- JUPYTER_NEXIIOT_TOKEN= - JUPYTER_NEXIIOT_TOKEN=
- JUPYTER_NEXIIOT_PASSWORD= - JUPYTER_NEXIIOT_PASSWORD=
- JUPYTER_NEXIIOT_DESTINATION_EMBED=localhost:40001 - JUPYTER_NEXIIOT_DESTINATION_EMBED=localhost:40001
volumes: # volumes:
# - volume-workspace:/home/jovyan # # - volume-workspace:/home/jovyan
- jupyterhome:/home/jovyan # - jupyterhome:/home/jovyan
# - volume-jupyterlib:/opt/conda/lib # # - volume-jupyterlib:/opt/conda/lib
healthcheck: healthcheck:
disable: true disable: true
logging: logging:
...@@ -21,9 +21,9 @@ services: ...@@ -21,9 +21,9 @@ services:
options: options:
max-size: "20m" max-size: "20m"
max-file: "10" max-file: "10"
volumes: # volumes:
jupyterhome: # jupyterhome:
external: true # external: true
# volume-jupyterlib: # volume-jupyterlib:
# driver: local # driver: local
# driver_opts: # 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