Skip to content

tidy-intelligence/quarto-dashboard-shiny-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quarto Dashboard with Shiny Server and Docker

This repo contains the necessary files to deploy a Quarto dashboard with an R Shiny backend, hosted via Shiny Server in a Docker container on a cloud platform (e.g., Google Cloud Run).

The dashboard is defined in index.qmd and is based on an example from the Shiny Gallery.

To serve the dashboard locally, run: quarto::quarto_serve("index.qmd").

The Dockerfile is configured to install Quarto and render the dashboard inside the container, eliminating the need to commit the rendered output to the repository. The dashboard is served using Shiny Server, which is pre-installed in rocker/shiny.

About

A Quarto Dashboard with Shiny Server and Docker

Resources

License

Stars

Watchers

Forks