dotter-compose/jupyterhub/compose.yaml
2024-09-23 15:36:29 +02:00

11 lines
183 B
YAML

services:
jupyterhub:
build: .
image: jupyterhub
container_name: jupyterhub
volumes:
- ./data:/srv/jupyterhub
ports:
- 8050:8000
restart: always