Skip to content

Commit

Permalink
Update Dockerfile to replace DynamoDB storage dependency with Redis a…
Browse files Browse the repository at this point in the history
…nd add Cloudflare and L4 support.
  • Loading branch information
nsouto committed Aug 6, 2024
1 parent d006e66 commit ac2bc21
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions caddy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ ARG CADDY_BUILDER_TAG=builder
FROM caddy:${CADDY_BUILDER_TAG} AS builder

RUN xcaddy build \
# --with github.com/silinternational/certmagic-storage-dynamodb/v3 \
--with github.com/pberkel/caddy-storage-redis \
--with github.com/yroc92/postgres-storage \
--with github.com/zhangjiayin/caddy-mysql-storage \
--with github.com/caddy-dns/powerdns
--with github.com/caddy-dns/powerdns \
--with github.com/caddy-dns/cloudflare \
--with github.com/mholt/caddy-l4

# TODO: Build the octane image locally and use it here, instead of pulling from dockerhub
# This should work on GithubAction and locally using the docker buildx build command
Expand Down

0 comments on commit ac2bc21

Please sign in to comment.