Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.03 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.03 KB

JupyterHub deployment for the resilience COVID-19 observatory

This is a JupyterHub deployment based on Docker.

Based on defeo/jupyterhub-docker.

Features

  • Containerized single user Jupyter servers, using DockerSpawner.
  • Authentication against the Unix users on the host.
  • User data persistence.

Adapt to your needs

This deployment is ready to clone and roll on your own server. Read the blog post first, to be sure you understand the configuration.

Chhanges you may like to make:

Run!

Once you are ready, build and launch the application with

docker-compose build
docker-compose up -d

Read the Docker Compose manual to learn how to manage your application.