Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mRcSchwering/shiny_nginx_boilerplate
- Owner: mRcSchwering
- Created: 2017-12-09T18:53:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-09T18:57:13.000Z (over 6 years ago)
- Last Synced: 2024-08-13T07:13:21.643Z (5 months ago)
- Topics: docker, docker-compose, nginx, r-shiny
- Language: R
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - mRcSchwering/shiny_nginx_boilerplate - Setting up R shiny with a webserver using docker-compose. (R)
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`.