From fc1afb1b58344d08cc37622927843b623fbae5b0 Mon Sep 17 00:00:00 2001 From: sudolulo Date: Wed, 10 Jun 2026 16:11:19 -0400 Subject: [PATCH] Update compose.yml --- compose.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 467ff50..942be30 100644 --- a/compose.yml +++ b/compose.yml @@ -17,13 +17,19 @@ services: # - ONLY_PEOPLE=John,Jane # - SKIP_PEOPLE=Unknown # - MIN_FACE_COUNT=5 + + # ── Scheduling ── + # Cron expression (unset = run once and exit) + - CRON_SCHEDULE=0 3 * * 0 # Every Sunday at 3 AM + # - CRON_SCHEDULE=0 3 1 * * # 1st of every month at 3 AM + # - CRON_SCHEDULE=*/30 * * * * # Every 30 minutes (testing) volumes: - /mnt//if-curator/models:/models - /mnt//if-curator/embeddings:/app/.if_cache - /mnt//if-curator/output:/app/output stdin_open: true tty: true - restart: "no" + restart: unless-stopped deploy: resources: reservations: