use code.0x2620.org as container registry everywhere

This commit is contained in:
j 2024-01-07 22:49:03 +01:00
commit ecfdee6298
3 changed files with 6 additions and 6 deletions

View file

@ -66,7 +66,7 @@ if [ "$action" = "tasks" ]; then
-A app worker \
-Q default,celery -n ${name} \
--pidfile /run/pandora/tasks.pid \
--maxtasksperchild 1000 \
--max-tasks-per-child 1000 \
-l INFO
fi
if [ "$action" = "cron" ]; then