Merge branch 'test'

This commit is contained in:
Michael Pilosov 2019-01-02 19:25:35 +00:00
commit 8b16c01d0a

View File

@ -57,6 +57,9 @@ services:
- secrets/oauth.env - secrets/oauth.env
command: > command: >
jupyterhub -f /srv/jupyterhub/jupyterhub_config.py jupyterhub -f /srv/jupyterhub/jupyterhub_config.py
labels: # Traefik configuration.
- "traefik.enable=true"
- "traefik.frontend.rule=Host:hub.consistentbayes.com"
nginx: nginx:
image: nginx:latest image: nginx:latest