refacto: switch to new vps and jenkins integration

This commit is contained in:
2026-01-08 16:41:52 +00:00
parent 6db43a1810
commit 9460c0ce83
8 changed files with 161 additions and 97 deletions

13
Dockerfile Executable file
View File

@@ -0,0 +1,13 @@
ARG CADDY_VERSION=2.10.2
# --- BUILD ---
# Add cache plugin
FROM caddy:${CADDY_VERSION}-builder AS builder
RUN xcaddy build \
--with github.com/caddyserver/cache-handler
# --- DEPLOY ---
FROM caddy:${CADDY_VERSION}-alpine
COPY --from=builder /usr/bin/caddy /usr/bin/caddy