Add backup service
This commit is contained in:
parent
ee59f0258b
commit
b0db33fb09
7 changed files with 114 additions and 0 deletions
backup
6
backup/Dockerfile
Normal file
6
backup/Dockerfile
Normal file
|
@ -0,0 +1,6 @@
|
|||
FROM ubuntu
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN apt update -y \
|
||||
&& apt install -y curl restic
|
Reference in a new issue