diff --git a/jupyterhub.yml b/jupyterhub.yml index 6956eca..4ec00ff 100644 --- a/jupyterhub.yml +++ b/jupyterhub.yml @@ -1,27 +1,27 @@ version: "3.6" services: jupyterlab: networks: - proxy image: jupyterhub:latest hostname: 'lsms-renku.epfl.ch' volumes: - jupyter_homes:/home - jupyter_config:/srv/jupyterhub - jupyter_etc:/etc - /etc/pki/tls/certs/:/etc/jupyterhub/ssl environment: VIRTUAL_HOST: lsms-renku.epfl.ch VIRTUAL_PORT: 8000 volumes: jupyter_homes: jupyter_config: - jupyter_etc: + jupyter_etc: networks: proxy: external: true