default app_backup to true

This commit is contained in:
2026-07-27 13:55:20 -04:00
parent 9d59101fbe
commit 0b70d6e919
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ app_restart_policy: unless-stopped
app_backup_path: "{{ backup_path }}/{{ app_name }}"
app_backup_path_remote: "{{ app_dir }}/backups"
app_backup: false
app_backup: true
app_backup_subdirectories: []
app_backup_stop_services: true
app_backup_retention_days_controller: 90