blob: 568cf970280131f3f2646355a943be4676982320 [file] [log] [blame]
services:
jupyterhub:
build: .
container_name: jupyterhub
ports:
- "8000:20000"
environment:
OAUTH_CLIENT_ID: "cs-jupyterlab"
OAUTH_CLIENT_SECRET: "DxeMtfiWU1qkDEmaGHf13RDahCujzhy1"
JUPYTERHUB_CRYPT_KEY: "a99323294a5d6f9b1d0e7e33450dff44db664264231b985e069c6eba8f9a3e09"
DOCKER_NETWORK_NAME: jupyterhub_network
DOCKER_NOTEBOOK_IMAGE: cybershuttle/dev_jupyterlab-base
volumes:
- ./jupyterlab:/home/jovyan
- ./jupyterhub_config.py:/srv/jupyterhub/jupyterhub_config.py
- ./custom_templates:/srv/jupyterhub/custom_templates
- /var/run/docker.sock:/var/run/docker.sock
restart: always
networks:
- jupyterhub_network
networks:
jupyterhub_network:
name: jupyterhub_network