caddy-docker VS docker-compose-shiny-example

Compare caddy-docker vs docker-compose-shiny-example and see what are their differences.

caddy-docker

Source for the official Caddy v2 Docker Image (by caddyserver)

docker-compose-shiny-example

Docker Compose Example with Shiny Apps (by analythium)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
caddy-docker docker-compose-shiny-example
30 2
386 14
2.8% -
5.8 0.0
about 1 month ago over 1 year ago
Dockerfile HTML
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

caddy-docker

Posts with mentions or reviews of caddy-docker. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-06.
  • Which reverse proxy for public and Lan sites with valid https?
    2 projects | /r/selfhosted | 6 Dec 2023
    The official Caddy documentation of their Docker image: https://hub.docker.com/_/caddy
  • Leaking Bitwarden's Vault with a Nginx vulnerability
    10 projects | news.ycombinator.com | 3 Jul 2023
    I use https://static-web-server.net/

    Cross-platform, written in Rust, straightforward configuration, secure defaults, also has a hardened container image and a hardened NixOS module.

    I wouldn't recommend Caddy. Their official docker image runs as root unnecessarily (and the reasoning suggests a lack of understanding) [1], and they don't provide a properly sandboxed systemd unit file [2].

    [1]: https://github.com/caddyserver/caddy-docker/issues/104

  • Docker Cannot Mount Caddyfile on Remote Host
    1 project | /r/webdev | 11 Apr 2023
  • Which reverse proxy are you using?
    16 projects | /r/selfhosted | 7 Apr 2023
    There is also a short section about it on the Docker hub page under the "Adding custom Caddy modules" section: https://hub.docker.com/_/caddy
  • Caddy, Go, Docker and a Single Page App
    6 projects | dev.to | 3 Apr 2023
    Caddy uses a number of volumes. Two point directly at files within our project, first our Caddyfile, then our public folder which Caddy will serve live files. The other two are virtual filesystems Docker will create as defined by the master volumes parameters. We can assume the caddy_config volume is where active configuration is stored as it is not discussed on the Caddy Docker Official Image page, so we're copying their parameter exactly, but the caddy_data volume needs some extra discussion. It is used to store a number of things including SSL certificates. By default Docker creates and destroys volumes upon startup and exit. As we want to persist our certificate across sessions we can take advantage of an external Docker volume. These virtual filesystems are created before starting the Docker session for the first time. This can ve done from the command line or more easily from within the Docker Desktop app. Simply choose "Volumes", click the "Create" button and specify caddy_data.
  • Caddy with Cloudflare plugin?
    3 projects | /r/unRAID | 5 Mar 2023
  • Having trouble creating volumes - any help? (Caddy 2 via portainer)
    1 project | /r/portainer | 10 Feb 2023
    I've been able to create a network with no issues (that I know of yet) but when I try to create the volumes I run into trouble. This specific example is from Caddy2...
  • I’m new to docker how can I run my website
    3 projects | /r/docker | 2 Sep 2022
    For a reverse proxy I would suggest Caddy. The configuration is super easy and it handles SSL for you out of the box using LetsEncrypt! There’s also an official docker image like PHP and MySQL here https://hub.docker.com/_/caddy
  • Can you people please suggest a suitable architecture for the following problem?
    3 projects | /r/devops | 14 Jul 2022
    Their image is dead simple to use, the config is fine, and auto-https is baked in. You can use it as a sidecar, proxy for multiple images, or just as a base to add your app into, depending on the complexity of your existing config.
  • The Power of the XDG Base Directory Specification (2019)
    1 project | news.ycombinator.com | 7 Jun 2022

docker-compose-shiny-example

Posts with mentions or reviews of docker-compose-shiny-example. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-06-21.

What are some alternatives?

When comparing caddy-docker and docker-compose-shiny-example you can also consider the following projects:

Nginx Proxy Manager - Docker container for managing Nginx proxy hosts with a simple, powerful interface

bulma-templates - free flexbox templates built with the bulma css framework

laravel-websockets-example - Quick example of a docker stack for laravel-websockets

Vue.js - This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core

foundryvtt-docker - An easy-to-deploy Dockerized Foundry Virtual Tabletop server.

Docker Compose - Define and run multi-container applications with Docker

crowdsec - CrowdSec - the open-source and participative security solution offering crowdsourced protection against malicious IPs and access to the most advanced real-world CTI.

Bulma - Modern CSS framework based on Flexbox

cloudflare - Caddy module: dns.providers.cloudflare

caddy-docker-proxy - Caddy as a reverse proxy for Docker

nginx-proxy - Automated nginx proxy for Docker containers using docker-gen

docker-images-php - A set of PHP Docker images