mirror of
https://github.com/xCyanGrizzly/DragonsStash.git
synced 2026-09-21 13:31:42 +00:00
feat: add backup compose service
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
FROM postgres:16-alpine
|
||||
|
||||
RUN apk add --no-cache bash restic coreutils
|
||||
|
||||
COPY scripts/backup/container-entrypoint.sh /usr/local/bin/dragons-stash-backup
|
||||
RUN chmod 0755 /usr/local/bin/dragons-stash-backup
|
||||
|
||||
ENTRYPOINT ["/usr/local/bin/dragons-stash-backup"]
|
||||
Reference in New Issue
Block a user