Skip to content

Commit 8a9371b

Browse files
committed
backup changes
1 parent 11e8ec4 commit 8a9371b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docker-compose-prod.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ services:
1717
- POSTGRES_PASSWORD_FILE=/run/secrets/postgres-password
1818
- POSTGRES_EXTRA_OPTS=-Z9 --schema=public --blobs
1919
- SCHEDULE=@daily
20-
- BACKUP_KEEP_DAYS=30
21-
- BACKUP_KEEP_WEEKS=4
22-
- BACKUP_KEEP_MONTHS=6
20+
- BACKUP_KEEP_DAYS=20
21+
- BACKUP_KEEP_WEEKS=3
22+
- BACKUP_KEEP_MONTHS=4
2323
- HEALTHCHECK_PORT=80
2424
deploy:
2525
replicas: 1

0 commit comments

Comments
 (0)