This repository is a companion to the following blog posts:
- Shiny Apps with Docker Compose, Part 1: Development
- Shiny Apps with Docker Compose, Part 2: Production
Change the EMAIL environment variable in the docker-compose.yml file.
docker-compose up -dChange the EMAIL environment variable in the docker-compose.yml file.
Change the HOST environment variable in the docker-compose-prod.yml file.
docker-compose -f docker-compose.yml -f docker-compose-prod.yml up -d