Commit 3abac291 by marwan

Add new file

parents
version: '3.8'
services:
jupyter-notebook:
image: harbor.nexpie.com/flowstack/jupyter:1.0.1-2-2344bb3a
ports:
- "48889:8888"
environment:
- LOCAL_DEV=yes
- 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
healthcheck:
disable: true
logging:
driver: "json-file"
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
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