Added Nbgrader
This commit is contained in:
15
jupyterhub/compose.yml
Normal file
15
jupyterhub/compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
jupyterhub:
|
||||
build: .
|
||||
container_name: jupyterhub
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 8000:8000
|
||||
environment:
|
||||
- JUPYTERHUB_LOG_LEVEL=DEBUG
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ./templates:/srv/jupyterhub/templates:ro
|
||||
- ./jupyterhub_config.py:/srv/jupyterhub/jupyterhub_config.py
|
||||
- ./nbgrader_config.py:/srv/nbgrader/courses/nbgrader_config.py
|
||||
- ../logs/jupyterhub:/var/log/jupyterhub
|
Reference in New Issue
Block a user