shrektan / shinyproxy-docker-compose-example

An example to set up a docker compose for ShinyProxy
22 stars 7 forks source link
docker-compose shiny shinyproxy

Deploy Shinyproxy via Docker Compose

It's a demo of

How to use

Apps

  1. app-normal: This is a regular shinyproxy app. Each user will have his/her own apps. It means a new docker container will be lanuched for each user.
  2. app-in-compose: This is like a shiny server app. This app is only lanuched once by docker compose. Shinyproxy will only run a "proxy" (nginx based) container, which redirect the traffic to the "global" app.
  3. app-not-in-compose: The underlying app is the same as app-in-compose, except that it's like a normal shinyproxy app, so different user doesn't share the same global environment.