Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mRcSchwering/shiny_nginx_boilerplate

Setting up R shiny with a webserver using docker-compose.
https://github.com/mRcSchwering/shiny_nginx_boilerplate

docker docker-compose nginx r-shiny

Last synced: about 1 month ago
JSON representation

Setting up R shiny with a webserver using docker-compose.

Awesome Lists containing this project

README

        

# rocker/shiny served by nginx

This is a minimal example of how you can set up a shiny server serving one app with a webserver in front.
Shiny server is based on [rocker/shiny](https://hub.docker.com/r/rocker/shiny/)
and the webserver is based on [nginx](https://hub.docker.com/_/nginx/).

The whole thing should start with `docker-compose up` and you should see the minimal _shiny-bins-app_
from [the shiny docs](https://shiny.rstudio.com/articles/basics.html) on `localhost:80`.