Unverified Commit 832e662c authored by Tom Moulard's avatar Tom Moulard
Browse files

jupyter: adding password with traefik

parent a4f531ec
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -202,6 +202,7 @@ services:
      - 'traefik.enable=true'
      - 'traefik.frontend.rule=Host:jupyter.${SITE}'
      - 'traefik.port=8888'
      - 'traefik.frontend.auth.basic.users=${USERNAME}:${HASHED_PASSWORD}'

  pastebin:
    image: mkodockx/docker-pastebin:latest