Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PhotoPrism
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ansible
Roles
PhotoPrism
Commits
def7a66f
Commit
def7a66f
authored
2 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
Update docker config
parent
9eee6d24
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
handlers/main.yml
+1
-0
1 addition, 0 deletions
handlers/main.yml
templates/jobs.ini
+4
-4
4 additions, 4 deletions
templates/jobs.ini
with
5 additions
and
4 deletions
handlers/main.yml
+
1
−
0
View file @
def7a66f
...
...
@@ -6,3 +6,4 @@
project_src
:
'
{{
photoprism_base_dir
}}'
dependencies
:
no
restarted
:
yes
pull
:
yes
This diff is collapsed.
Click to expand it.
templates/jobs.ini
+
4
−
4
View file @
def7a66f
...
...
@@ -13,7 +13,7 @@
[job-exec "photoprism index"]
schedule
=
0 10,40 * * * *
container
=
photoprism
container
=
photoprism
-photoprism-1
command
=
photoprism index
no-overlap
=
true
...
...
@@ -21,18 +21,18 @@ no-overlap = true
#
# [job-exec "photoprism import"]
# schedule = @every 2h
# container = photoprism
# container = photoprism
-photoprism-1
# command = photoprism import
# no-overlap = true
[job-exec "photoprism convert"]
schedule
=
@daily
container
=
photoprism
container
=
photoprism
-photoprism-1
command
=
photoprism convert
no-overlap
=
true
[job-exec "photoprism backup"]
schedule
=
@daily
container
=
photoprism
container
=
photoprism
-photoprism-1
command
=
photoprism backup -a -i -f /photoprism/storage/index-backup.sql
no-overlap
=
true
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment