move gc to a set time window

This commit is contained in:
Josh Sandlin
2026-08-14 09:58:52 -04:00
parent f566453cb2
commit f93cb353ca
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -25,6 +25,9 @@ docker_users:
# Application deployment
app_root: /opt/ttlsh
# UTC window during which Zot may start its daily garbage-collection sweep.
zot_gc_time_window: "00:00-03:00"
# S3-compatible object storage backing the zot registry
s3_bucket: "_in_doppler"
s3_region: "_in_doppler"
+1
View File
@@ -5,6 +5,7 @@
"redirectBlobURL": true,
"dedupe": false,
"gc": true,
"gcTimeWindow": "{{ zot_gc_time_window }}",
"storageDriver": {
"name": "s3",
"rootdirectory": "{{ s3_root_directory }}",