https://github.com/analythium/docker-compose-shiny-example
Docker Compose Example with Shiny Apps
https://github.com/analythium/docker-compose-shiny-example
Last synced: 7 months ago
JSON representation
Docker Compose Example with Shiny Apps
- Host: GitHub
- URL: https://github.com/analythium/docker-compose-shiny-example
- Owner: analythium
- License: mit
- Created: 2021-06-08T05:36:06.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-08-23T11:30:20.000Z (almost 4 years ago)
- Last Synced: 2024-11-13T16:41:54.805Z (over 1 year ago)
- Language: HTML
- Size: 19.5 KB
- Stars: 15
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - analythium/docker-compose-shiny-example - Docker Compose Example with Shiny Apps (HTML)
README
# Docker Compose Example with Shiny and Caddy Server
This repository is a companion to the following blog posts:
- [Shiny Apps with Docker Compose, Part 1: Development](https://hosting.analythium.io/shiny-apps-with-docker-compose-part-1-development/)
- [Shiny Apps with Docker Compose, Part 2: Production](https://hosting.analythium.io/shiny-apps-with-docker-compose-part-2-production/)
## Development
Change the `EMAIL` environment variable in the `docker-compose.yml` file.
```bash
docker-compose up -d
```
## Production
Change the `EMAIL` environment variable in the `docker-compose.yml` file.
Change the `HOST` environment variable in the `docker-compose-prod.yml` file.
```bash
docker-compose -f docker-compose.yml -f docker-compose-prod.yml up -d
```