Refactor Docker Compose configurations and add deployment workflows for cloud-pc and mini-pc services
Deploy cloud-pc / deploy (push) Failing after 15s
Deploy mini-pc / deploy (push) Failing after 4s
Deploy ru-vps / deploy (push) Failing after 5s

This commit is contained in:
Dmitry
2026-05-27 15:41:15 +03:00
parent 90128b237d
commit dc3ff78d6d
39 changed files with 603 additions and 29 deletions
+8
View File
@@ -0,0 +1,8 @@
FROM caddy:2-builder-alpine AS builder
RUN xcaddy build \
--with github.com/dmtr636/caddy-dns-timeweb@v1.0.3
FROM caddy:2-alpine
COPY --from=builder /usr/bin/caddy /usr/bin/caddy