upgrade garage to v2.2.0, add /media/ proxy to nginx
Deploy garage / deploy (push) Successful in 7s
Deploy nginx / deploy (push) Successful in 3s

This commit is contained in:
2026-03-19 16:45:22 -04:00
parent df179546ae
commit a64f81f503
7 changed files with 31 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ FROM alpine:3.21 AS base
RUN apk add --no-cache gettext
FROM base
COPY --from=dxflrs/garage:v1.0.1 /garage /garage
COPY --from=dxflrs/garage:v2.2.0 /garage /garage
COPY garage.toml /etc/garage.toml.tpl
CMD envsubst < /etc/garage.toml.tpl > /etc/garage.toml && exec /garage server