defeo / jupyterhub-docker

A configuration for a JupyterHub+DockerSpawner+CASAuthenticator server with Traefik proxy, based on docker-compose
https://opendreamkit.org/2018/10/17/jupyterhub-docker/
MIT License
202 stars 112 forks source link

Traefik 2.0 #9

Open augustocarvalho opened 4 years ago

augustocarvalho commented 4 years ago

Hi there, excellent documentation. thanks !! I was trying to implement it yesterday and traefik could not communicate with the other Dockers.

After I fix a previous version it works (not the latest).

Configuration for reverse proxy

reverse-proxy: image: traefik:1.7.17

Do you also had problem with the new version !? We have other project implemented with Docker and Traefik and it also stoped to work after the traefik upgrade.

Thanks again.

defeo commented 4 years ago

Thanks. I haven't tried the latest traefik version. If you have any info, I'd be interested to know more.

Dmitry1987 commented 4 years ago

oh cool, it solved my problem too, thanks for sharing!