Use custom restic image

This commit is contained in:
Ivan R. 2024-11-25 13:07:17 +05:00
parent 0e8fd7a231
commit 748cbed50d
Signed by: lumin
GPG key ID: E0937DC7CD6D3817
3 changed files with 10 additions and 1 deletions

View file

@ -0,0 +1,2 @@
FROM restic/restic:0.17.3
RUN apk add postgresql16-client

View file

@ -0,0 +1,7 @@
# Restic
Image name: git.comfycamp.space/lumin/restic
## Changes
- Postgresql client

View file

@ -26,7 +26,7 @@
become: true
community.docker.docker_container:
name: restic-1
image: restic/restic:0.17.3
image: git.comfycamp.space/lumin/restic:0.17.3
hostname: restic-1
env:
AWS_ACCESS_KEY_ID: "{{ s3_access_key_id }}"