Files
opt/_unused/docker-compose.jupyter.yml
2024-11-14 14:12:42 +01:00

17 lines
522 B
YAML

services:
jupyter:
image: jupyter/datascience-notebook:latest
instances:
jupyter-1:
lifecycle:
running:
- port: service
type: tcp
ports:
service: 8888:13148
ship: local
volumes:
/etc/jupyter: /opt/jupyter/config
/home/jovyan: /opt/jupyter/notebooks
/opt/conda: /opt/jupyter/conda