feat(docker): add cron service (aurblup + mkpkglists)

Normally, these scripts are used to update official providers
in the aurweb database along with archives that can be retrieved.

Run both of these scripts in a 5 minute cron job, to both reflect
the live instance database and production load.

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2021-11-09 00:29:19 -08:00
parent 338a44839f
commit 4b8963b7ba
No known key found for this signature in database
GPG key ID: F7E46DED420788F3
5 changed files with 43 additions and 1 deletions

View file

@ -8,7 +8,7 @@ pacman -Syu --noconfirm --noprogressbar \
--cachedir .pkg-cache git gpgme nginx redis openssh \
mariadb mariadb-libs cgit-aurweb uwsgi uwsgi-plugin-cgi \
php php-fpm memcached php-memcached python-pip pyalpm \
python-srcinfo curl libeatmydata
python-srcinfo curl libeatmydata cronie
# https://python-poetry.org/docs/ Installation section.
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -

7
docker/scripts/run-cron.sh Executable file
View file

@ -0,0 +1,7 @@
#!/bin/bash
cd /aurweb
aurweb-aurblup
aurweb-mkpkglists
exec /usr/bin/crond -n