1
0
mirror of https://github.com/garraflavatra/docker-volume-s3-backup.git synced 2025-06-27 13:35:10 +00:00

Adapt postgres-baskup-s3 to backup Docker volumes instead of Postgres databases

This commit is contained in:
2025-05-04 13:18:07 +02:00
parent ecb08ff41c
commit 513f9af69f
15 changed files with 100 additions and 149 deletions

4
.env.example Normal file
View File

@ -0,0 +1,4 @@
S3_REGION=""
S3_ACCESS_KEY_ID=""
S3_SECRET_ACCESS_KEY=""
S3_BUCKET=""