mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-02 00:08:33 +02:00
alias
This commit is contained in:
2
jupyter_notebook/.env
Normal file
2
jupyter_notebook/.env
Normal file
@ -0,0 +1,2 @@
|
||||
APPNAME=jupyter
|
||||
DOCKER_REGISTRY=r.sectorq.eu/library/
|
8
jupyter_notebook/docker-compose.yml
Normal file
8
jupyter_notebook/docker-compose.yml
Normal file
@ -0,0 +1,8 @@
|
||||
name: jupyter
|
||||
services:
|
||||
base-notebook:
|
||||
ports:
|
||||
- 8888:8888
|
||||
volumes:
|
||||
- /share/docker_data/jupyter:/home/jovyan/work
|
||||
image: jupyter/base-notebook
|
Reference in New Issue
Block a user