Added photoprism index job

This commit is contained in:
2025-02-09 13:40:02 +01:00
parent 5d6cdd424f
commit 290825bca2
4 changed files with 647 additions and 637 deletions

View File

@@ -165,3 +165,13 @@
name: frigate
restart: true
state: started
# Ensure photoprism index job crontab
- name: Ensure photoprism index job
cron:
name: "photoprism-index"
job: "docker exec -t photoprism photoprism index"
minute: "0"
hour: "*"
user: root
state: present