Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 765 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 765 Bytes

Docker Compose Example with Shiny and Caddy Server

This repository is a companion to the following blog posts:

Development

Change the EMAIL environment variable in the docker-compose.yml file.

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.

docker-compose -f docker-compose.yml -f docker-compose-prod.yml up -d