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
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ This is the server for automated updates of Joomla CMS instances running on joom
4
4
# Deployment and usage
5
5
* Install docker and docker compose
6
6
* Check out this repo
7
+
* Copy to .env.example to .env and adjust to your requirements - important: set UID and GID to user and group on the host system that you would like to use for the processes
7
8
* Start the webserver and DB services: `docker-compose -f docker-compose.prod.yml up -d`
8
9
* Apply the database migrations: `docker-compose run --entrypoint="php artisan migrate" php`
9
10
* Daemonize the queue worker using supervisord; the call in question is: `docker-compose run --entrypoint="php artisan horizon" php`
0 commit comments