+5
-2
Dockerfile
+5
-2
Dockerfile
···
1
FROM caddy:builder-alpine AS builder
2
3
RUN xcaddy build \
4
-
--with github.cloudflarem/caddy-dns/bunny \
5
--with github.com/caddy-dns/cloudflare \
6
--with github.com/pberkel/caddy-storage-redis \
7
--with tangled.sh/kot.pink/caddy-anubis \
8
-
--replace github.com/TecharoHQ/anubis=github.com/kotx/anubis-static@v1.23.1
9
10
FROM caddy:latest
11
12
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
···
1
FROM caddy:builder-alpine AS builder
2
3
RUN xcaddy build \
4
+
--with github.com/caddy-dns/bunny \
5
--with github.com/caddy-dns/cloudflare \
6
--with github.com/pberkel/caddy-storage-redis \
7
--with tangled.sh/kot.pink/caddy-anubis \
8
+
--replace github.com/TecharoHQ/anubis=github.com/kotx/anubis-static@v1.23.1 \
9
+
--with github.com/tailscale/caddy-tailscale \
10
+
--with go.astrophena.name/tsid
11
12
FROM caddy:latest
13
14
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
15
+
+7
-1
README.md
+7
-1
README.md