mirror of https://github.com/samply/bridgehead.git
Add comment about PASSWORD and DISABLE_AUTH in R-Studio
This commit is contained in:
parent
ad1b00d16e
commit
ea0435bee3
|
@ -6,7 +6,7 @@ services:
|
||||||
image: docker.verbis.dkfz.de/ccp/dktk-rstudio:latest
|
image: docker.verbis.dkfz.de/ccp/dktk-rstudio:latest
|
||||||
environment:
|
environment:
|
||||||
#DEFAULT_USER: "rstudio" # This line is kept for informational purposes
|
#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
|
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.
|
# TODO: Connect R-Studio with central Keycloak. Currently using Traefik authentication.
|
||||||
HTTP_RELATIVE_PATH: "/rstudio"
|
HTTP_RELATIVE_PATH: "/rstudio"
|
||||||
|
@ -17,7 +17,6 @@ services:
|
||||||
- "traefik.http.services.rstudio_ccp.loadbalancer.server.port=8787"
|
- "traefik.http.services.rstudio_ccp.loadbalancer.server.port=8787"
|
||||||
- "traefik.http.routers.rstudio_ccp.tls=true"
|
- "traefik.http.routers.rstudio_ccp.tls=true"
|
||||||
- "traefik.http.middlewares.rstudio_ccp_strip.stripprefix.prefixes=/rstudio"
|
- "traefik.http.middlewares.rstudio_ccp_strip.stripprefix.prefixes=/rstudio"
|
||||||
- "traefik.http.routers.rstudio_ccp.middlewares=rstudio_ccp_strip"
|
|
||||||
|
|
||||||
opal:
|
opal:
|
||||||
container_name: bridgehead-opal
|
container_name: bridgehead-opal
|
||||||
|
|
Loading…
Reference in New Issue