my-jupyterLab/docker-compose.yaml

11 lines
235 B
YAML
Raw Normal View History

2024-03-24 14:03:10 +01:00
version: '3'
services:
jupyter:
build: ./build
2024-03-28 12:52:28 +01:00
image: ${DOCKER_IMAGENAME:-my-jupyterlab}
2024-03-24 14:03:10 +01:00
volumes:
- ./home:/home/jovyan
ports:
- "127.0.0.1:8888:8888"
command: "start-notebook.sh --NotebookApp.token="