Commit 2fd7a58a by marwan

Update docker-compose.yaml

parent 573a7c26
......@@ -10,10 +10,10 @@ services:
- JUPYTER_NEXIIOT_TOKEN=
- JUPYTER_NEXIIOT_PASSWORD=
- JUPYTER_NEXIIOT_DESTINATION_EMBED=localhost:40001
volumes:
# - volume-workspace:/home/jovyan
- volume-jupyterlhome:/home/jovyan
- volume-jupyterlib:/opt/conda/lib
# volumes:
# # - volume-workspace:/home/jovyan
# - volume-jupyterlhome:/home/jovyan
# - volume-jupyterlib:/opt/conda/lib
healthcheck:
disable: true
logging:
......@@ -21,16 +21,16 @@ services:
options:
max-size: "20m"
max-file: "10"
volumes:
volume-jupyterlib:
driver: local
driver_opts:
device: /home/ubuntu/port/volume/jupyterhome
type: none
o: bind
volume-jupyterlhome:
driver: local
driver_opts:
device: /home/ubuntu/port/volume/jupyterlib
type: none
o: bind
\ No newline at end of file
# volumes:
# volume-jupyterlib:
# driver: local
# driver_opts:
# device: /home/ubuntu/port/volume/jupyterhome
# type: none
# o: bind
# volume-jupyterlhome:
# driver: local
# driver_opts:
# device: /home/ubuntu/port/volume/jupyterlib
# type: none
# o: bind
\ No newline at end of file
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