Create jupyter-notebook.yaml
Add jupyter-notebook Everything works well
This commit is contained in:
parent
35b9c36035
commit
f0e4cfa75a
1 changed files with 13 additions and 0 deletions
13
templates/compose/jupyter-notebook.yaml
Normal file
13
templates/compose/jupyter-notebook.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
services:
|
||||||
|
jupyter-notebook:
|
||||||
|
image: 'quay.io/jupyter/base-notebook:latest'
|
||||||
|
environment:
|
||||||
|
- SERVICE_FQDN_JUPYTER_8888
|
||||||
|
volumes:
|
||||||
|
- '/jupyter:/home/jovyan/work'
|
||||||
|
command: start-notebook.sh
|
||||||
|
healthcheck:
|
||||||
|
test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:8888/"]
|
||||||
|
interval: 30s
|
||||||
|
timeout: 20s
|
||||||
|
retries: 10
|
||||||
Loading…
Reference in a new issue