Update compose.yml
This commit is contained in:
+7
-1
@@ -17,13 +17,19 @@ services:
|
|||||||
# - ONLY_PEOPLE=John,Jane
|
# - ONLY_PEOPLE=John,Jane
|
||||||
# - SKIP_PEOPLE=Unknown
|
# - SKIP_PEOPLE=Unknown
|
||||||
# - MIN_FACE_COUNT=5
|
# - 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:
|
volumes:
|
||||||
- /mnt/<pool>/if-curator/models:/models
|
- /mnt/<pool>/if-curator/models:/models
|
||||||
- /mnt/<pool>/if-curator/embeddings:/app/.if_cache
|
- /mnt/<pool>/if-curator/embeddings:/app/.if_cache
|
||||||
- /mnt/<pool>/if-curator/output:/app/output
|
- /mnt/<pool>/if-curator/output:/app/output
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
tty: true
|
||||||
restart: "no"
|
restart: unless-stopped
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
reservations:
|
reservations:
|
||||||
|
|||||||
Reference in New Issue
Block a user