Skip to content

Commit

Permalink
Adding backup variables to sample compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
bfren committed Jan 30, 2024
1 parent f2d5197 commit 90fc475
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ services:
container_name: pgsql
restart: unless-stopped
environment:
- BF_PG_BACKUP_COMPRESS_FILES=1
- BF_PG_BACKUP_KEEP_FOR=2month
- BF_PG_APPLICATION=test
volumes:
- ./v/db:/data
Expand Down

0 comments on commit 90fc475

Please sign in to comment.