Skip to content

Instantly share code, notes, and snippets.

@mjyoung
Forked from fu-sen/Caddyfile
Created September 13, 2021 16:31
Show Gist options
  • Save mjyoung/3135676224ddc59ba558100a6cb58f31 to your computer and use it in GitHub Desktop.
Save mjyoung/3135676224ddc59ba558100a6cb58f31 to your computer and use it in GitHub Desktop.
Caddy v2 (Officical Docker Image) with Google Cloud Run (Freely editable Caddyfile) https://caddy.community/t/caddy-works-with-google-cloud-run/6898
:{$PORT}
root * /usr/share/caddy
# Do not rewrite up to this point!
file_server
templates
FROM caddy/caddy:alpine
COPY ./ /usr/share/caddy/
USER root
COPY ./Caddyfile /etc/caddy/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment