Skip to content

Commit

Permalink
add mongodb storage
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Corya committed Sep 12, 2024
1 parent 9ab608d commit e02a003
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
ARG CADDY_VERSION=2.7.6
ARG CADDY_VERSION=2.9.1
FROM caddy:${CADDY_VERSION}-builder AS builder

RUN xcaddy build \
--with github.com/lucaslorentz/caddy-docker-proxy/v2 \
--with github.com/gamalan/caddy-tlsredis \
--with github.com/caddy-dns/gandi \
--with github.com/caddyserver/cache-handler \
--with github.com/greenpau/go-authcrunch
--with github.com/greenpau/go-authcrunch \
--with github.com/root-sector/caddy-storage-mongodb

FROM caddy:${CADDY_VERSION}-alpine

Expand Down

0 comments on commit e02a003

Please sign in to comment.