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
- Host: GitHub
- URL: https://github.com/inab/ipc_shiny_server
- Owner: inab
- License: agpl-3.0
- Created: 2020-08-10T16:59:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-11T09:42:46.000Z (over 5 years ago)
- Last Synced: 2025-09-17T09:51:25.844Z (10 months ago)
- Topics: docker-compose, ipc, ipc-project, shiny-server, vre
- Language: Shell
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```