add backup retention and cinfigure 7 days in compose
This commit is contained in:
@@ -18,6 +18,8 @@ services:
|
||||
backup:
|
||||
image: alpine:latest
|
||||
container_name: gitea-backup
|
||||
environment:
|
||||
- KEEP_FILES=7
|
||||
volumes:
|
||||
- ./data:/data:ro
|
||||
- ./backup:/backup
|
||||
|
||||
Reference in New Issue
Block a user