Updated readme.md

Update docker build files
This commit is contained in:
atcommander
2022-06-23 21:05:59 +00:00
committed by Pau Rodriguez-Estivill
parent d1793740b3
commit 3cf2b9bdb3
3 changed files with 53 additions and 36 deletions
+8 -4
View File
@@ -38,10 +38,14 @@ ENV POSTGRES_DB="**None**" \
SCHEDULE="@daily" \
BACKUP_DIR="/backups" \
BACKUP_SUFFIX=".sql.gz" \
BACKUP_KEEP_DAYS=7 \
BACKUP_KEEP_WEEKS=4 \
BACKUP_KEEP_MONTHS=6 \
BACKUP_KEEP_MINS=1440 \
BACKUP_KEEP_DAYS="7" \
BACKUP_DELETE_DAYS=true \
BACKUP_KEEP_WEEKS="4" \
BACKUP_DELETE_WEEKS=true \
BACKUP_KEEP_MONTHS="6" \
BACKUP_DELETE_MONTHS=true \
BACKUP_MONTH_DAY="01" \
BACKUP_WEEK_DAY="Sunday" \
HEALTHCHECK_PORT=8080
COPY backup.sh /backup.sh