add garage service with env-based secret injection
Deploy garage / deploy (push) Failing after 6s

This commit is contained in:
2026-03-19 12:13:07 -04:00
parent 3a8fb09bcf
commit 3478e05c49
4 changed files with 52 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
FROM dxflrs/garage:v1.0.1
RUN apk add --no-cache gettext
COPY garage.toml /etc/garage.toml.tpl
CMD envsubst < /etc/garage.toml.tpl > /etc/garage.toml && exec /garage server