Commit Graph

20 Commits

Author SHA1 Message Date
Llewellyn van der Merwe a416792606
Add fix for the configuration.php owner and permissions after auto deploy if the ownership missmatch. 2024-01-20 15:13:04 +02:00
Llewellyn van der Merwe d90c4f65ac
Fix gh-174 to correct the configuration.php ownership and permissions. 2024-01-19 18:48:58 +02:00
Llewellyn van der Merwe 98ed77593e
Adds auto deploy of the official images. gh-163 2023-09-20 08:57:30 +02:00
Llewellyn van der Merwe 84876534d1
Adds pgsql compatibility #42 2023-03-31 15:08:53 +02:00
Llewellyn van der Merwe 66e04002a2
Moves user check into Apache usecase. 2022-01-20 14:14:55 +02:00
Llewellyn van der Merwe e49b190a70
Adds option to set the user_ID and user_group_ID for apache images. 2022-01-18 18:13:53 +02:00
Llewellyn van der Merwe 58b776e440
Adds check to make sure the JOOMLA_DB_PASSWORD_FILE is set before trying to check if the path exist. 2022-01-18 18:02:00 +02:00
John Karabudak b8876399f8
Added optional environment variable JOOMLA_DB_PASSWORD_FILE (#100)
This environment variable is crucial for Docker secrets, as Docker secrets can only be files mounted to a specific path. Without support for reading the password out of a file, we are forced to define the database password in the docker-compose file which is not very secure.
2020-08-11 20:13:41 +02:00
Michael Babker a6644c9255 Remove database details from entrypoint output (Fix #65) 2018-08-06 19:30:38 -05:00
Tim Ebert 43e546ea66 Adapt installation check to Joomla v3.8.x 2017-10-28 15:22:02 +02:00
frank 04cdc51d5d Fix an oversight. OK to review/merge. 2017-08-24 01:29:34 +03:00
frank dab00d0bd5 Allows for empty mysql root passwords as requested in https://github.com/joomla/docker-joomla/issues/23.
just omit the `JOOMLA_DB_PASSWORD` environment variable and instead add `JOOMLA_DB_PASSWORD_ALLOW_EMPTY=yes`.
2017-08-24 00:48:48 +03:00
Michael Babker 526a9896a3 Revert "Merge pull request #11 from openenergyprojects/patch-1"
This reverts commit 7291e378a1, reversing
changes made to 26083ce457.
2016-10-18 20:06:10 -05:00
openenergyprojects de91fce3d5 #wait for dockercompose to start the mysql
#wait for dockercompose to start the mysql
2016-10-07 10:37:53 +03:00
Michael Babker 772950ed9e Allow initialization to run on FPM too (Fix #5) 2016-01-07 14:53:58 -05:00
Michael Babker 40426bb763 Wrap script in an if statement
See ba89e6a183 for details
2015-08-04 14:07:29 -04:00
Michael Babker dd1a637083 Use sed to make .htaccess change, remove joomla.zip after update 2015-08-04 14:04:35 -04:00
Michael Babker 4c50e3a8e1 Copy/paste errors, enough said 2015-07-25 16:15:45 -04:00
Michael Babker ba5df1da80 Forgot the .htaccess copy 2015-07-25 16:13:54 -04:00
Michael Babker 966275ada2 Initial working build of Joomla using a Docker image 2015-07-25 15:25:36 -04:00