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

https://github.com/inab/ipc_shiny_server

iPC docker-compose based Shiny Server
https://github.com/inab/ipc_shiny_server

docker-compose ipc ipc-project shiny-server vre

Last synced: about 2 months ago
JSON representation

iPC docker-compose based Shiny Server

Awesome Lists containing this project

README

          

# docker-compose for Shiny Server

## Usage:

To run a container with Shiny Server:

```commandline
docker-compose up
```

Then visit http://localhost:3838 in a web browser. If you have an app in
`/srv/shiny-server/appdir`, you can run the app by visiting
http://localhost:3838/appdir/.

### Detached mode

In real deployment scenario, you will probably want to run the container in
detached mode (`-d`):

```commandline
docker-compose up -d
```