version: "3.6" services: jupyterlab: networks: - proxy_jupyter 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: networks: proxy_jupyter: external: true