mirror of https://github.com/samply/bridgehead.git
Add comment about PASSWORD and DISABLE_AUTH in R-Studio
This commit is contained in:
parent
b434a2596c
commit
8da3d33919
|
@ -6,7 +6,7 @@ services:
|
|||
image: docker.verbis.dkfz.de/ccp/dktk-rstudio:latest
|
||||
environment:
|
||||
#DEFAULT_USER: "rstudio" # This line is kept for informational purposes
|
||||
PASSWORD: "${RSTUDIO_ADMIN_PASSWORD}"
|
||||
PASSWORD: "${RSTUDIO_ADMIN_PASSWORD}" # It is required, even if the authentication is disabled
|
||||
DISABLE_AUTH: "true" # https://rocker-project.org/images/versioned/rstudio.html#how-to-use
|
||||
# TODO: Connect R-Studio with central Keycloak. Currently using Traefik authentication.
|
||||
HTTP_RELATIVE_PATH: "/rstudio"
|
||||
|
@ -17,7 +17,6 @@ services:
|
|||
- "traefik.http.services.rstudio_ccp.loadbalancer.server.port=8787"
|
||||
- "traefik.http.routers.rstudio_ccp.tls=true"
|
||||
- "traefik.http.middlewares.rstudio_ccp_strip.stripprefix.prefixes=/rstudio"
|
||||
- "traefik.http.routers.rstudio_ccp.middlewares=rstudio_ccp_strip"
|
||||
|
||||
opal:
|
||||
container_name: bridgehead-opal
|
||||
|
|
Loading…
Reference in New Issue