You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the server for automated updates of Joomla CMS instances running on joomla.org
3
+
4
+
# Deployment
5
+
* Install docker and docker compose
6
+
* Check out this repo
7
+
* Start the webserver and DB services: `docker-compose -f docker-compose.prod.yml up -d`
8
+
* Daemonize the queue worker using supervisord; the call in question is: `docker-compose run --entrypoint="php artisan horizon" php`
9
+
* Add a cron job to execute the task scheduler. The scheduler should be trigger every 5min, the call is: `docker-compose run --entrypoint="php artisan schedule:run" php`
0 commit comments