This commit is contained in:
2025-04-03 21:03:14 +02:00
parent f044c7ccae
commit e497c852f0
2 changed files with 10 additions and 0 deletions

2
jupyter_notebook/.env Normal file
View File

@ -0,0 +1,2 @@
APPNAME=jupyter
DOCKER_REGISTRY=r.sectorq.eu/library/

View 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