This commit is contained in:
2025-11-13 02:29:03 +01:00
parent 3352a74e24
commit 46ea08fe1c
2 changed files with 0 additions and 0 deletions

2
jupyter/.env Executable file
View File

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

20
jupyter/docker-compose.yml Executable file
View File

@@ -0,0 +1,20 @@
name: jupyter
services:
base-notebook:
ports:
- 8888:8888
volumes:
- /share/docker_data/jupyter:/home/jovyan/work
image: ${DOCKER_REGISTRY:-}jupyter/base-notebook:latest
restart: ${RESTART:-unless-stopped}
labels:
homepage.container: jupyter-base-notebook-1
homepage.description: Python server
homepage.group: Utils
homepage.href: http://m-server.home.lan:8888/
homepage.icon: ${APPNAME}.png
homepage.name: Jupyter Notebook
homepage.server: my-docker
wud.watch: true
wud.watch.digest: true