jupyterhub-deploy-docker
jupyterhub-deploy-docker copied to clipboard
Add example demonstrating how to run jupyterhub with docker-compose
As the title suggests, add a new example directory with configuration files and a README, demonstrating and describing how to run jupyterhub with docker-compose.
Runs two containers:-
traefik(used as proxy to the hub and user notebook servers)jupyterhub
Can also close https://github.com/jupyterhub/traefik-proxy/pull/158
Thanks for submitting your first pull request! You are awesome! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please make sure you followed the pull request template, as this will help us review your contribution more quickly.
You can meet the other Jovyans by joining our Discourse forum. There is also a intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:
Thanks! Please could you add a test for this example?
Sure, sounds like a good idea. I'm having to learn about github actions, but that seems like an increasingly common tool, so I'm happy to familiarise myself with it 🙂
I'll try and get something working (without too many further commits), and will update this PR when I do.