Commit 2fd7a58a by marwan

Update docker-compose.yaml

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