File tree Expand file tree Collapse file tree 3 files changed +6
-34
lines changed Expand file tree Collapse file tree 3 files changed +6
-34
lines changed Original file line number Diff line number Diff line change 11# Joomla Automated Updates Server
22This is the server for automated updates of Joomla CMS instances running on joomla.org
33
4- # Deployment
4+ # Deployment and usage
55* Install docker and docker compose
66* Check out this repo
77* Start the webserver and DB services: ` docker-compose -f docker-compose.prod.yml up -d `
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,16 +2,15 @@ version: '3.1'
22services :
33 mysql :
44 image : ' mariadb:11'
5- working_dir : /application
6- volumes :
7- - ' .:/application'
85 environment :
96 - MYSQL_ROOT_PASSWORD=root
107 - MYSQL_DATABASE=server
118 - MYSQL_USER=joomla
129 - MYSQL_PASSWORD=password
1310 ports :
1411 - ' 21002:3306'
12+ volumes :
13+ - joomla-autoupdates-mariadb:/var/lib/mysql
1514
1615 redis :
1716 image : redis
@@ -24,5 +23,6 @@ services:
2423 entrypoint : php artisan octane:frankenphp --workers=1 --max-requests=1
2524 ports :
2625 - ' 21001:8000'
27- volumes :
28- - .:/app
26+
27+ volumes :
28+ joomla-autoupdates-mariadb :
You can’t perform that action at this time.
0 commit comments