Skip to content

Commit

Permalink
mafiastarlite: update commands for cron job
Browse files Browse the repository at this point in the history
  • Loading branch information
timonegk committed Sep 19, 2023
1 parent 484befd commit ed3e541
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions MafiAStarLite/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
MafiAStarLite/logs
3 changes: 2 additions & 1 deletion MafiAStarLite/uwsgi-mafiastar.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ disable-logging = true
enable-threads = true

; cron job
cron2 = minute=30,hour=2,unique=1 python3 /app/backend/manage.py updatedb
cron2 = minute=30,hour=2,unique=1 python3 /app/backend/manage.py updatedb --directory "/app/songs/Sortierte Songs"
cron2 = minute=30,hour=3,unique=1 python3 /app/backend/manage.py updatedb --directory "/app/songs/Neue Songs" --nodelete

0 comments on commit ed3e541

Please sign in to comment.