Skip to content

Commit

Permalink
docker-compose.yml: add autoprune options
Browse files Browse the repository at this point in the history
  • Loading branch information
mattburchett authored and AndrewPaglusch committed Dec 24, 2021
1 parent fcb5ec6 commit 8178b1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ services:
MESSAGES_CONFIRM_VIEW_SECRET_BUTTON: "View Secret"
MESSAGES_VIEW_SECRET_HEADER: "Self-Destructing Message"
MESSAGES_VIEW_SECRET_HEADER: "This message has been destroyed"
PRUNE_ENABLED: "true"
PRUNE_MIN_DAYS: 365
PRUNE_MAX_DAYS: 730

0 comments on commit 8178b1e

Please sign in to comment.