We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11e8ec4 commit 8a9371bCopy full SHA for 8a9371b
1 file changed
docker-compose-prod.yml
@@ -17,9 +17,9 @@ services:
17
- POSTGRES_PASSWORD_FILE=/run/secrets/postgres-password
18
- POSTGRES_EXTRA_OPTS=-Z9 --schema=public --blobs
19
- SCHEDULE=@daily
20
- - BACKUP_KEEP_DAYS=30
21
- - BACKUP_KEEP_WEEKS=4
22
- - BACKUP_KEEP_MONTHS=6
+ - BACKUP_KEEP_DAYS=20
+ - BACKUP_KEEP_WEEKS=3
+ - BACKUP_KEEP_MONTHS=4
23
- HEALTHCHECK_PORT=80
24
deploy:
25
replicas: 1
0 commit comments