Commit Graph

5 Commits

Author SHA1 Message Date
eWɘyn 20d0481fba
Joomla Update (#2462)
* Update the Joomla stack details

* Update the Joomla gitub-repo

* Update the Joomla stack details to allow auto deployment

* Update Joomla Docker documentation to improve clarity and enhance configuration options

- Changed container network configuration to use Docker networks instead of linking containers.
- Introduced new environment variables for database configuration:
  - `JOOMLA_DB_PASSWORD_FILE`: Path to a file containing the database password.
  - `JOOMLA_DB_TYPE`: Database type with options for "mysqli" and "pgsql".
- Added environment variables for auto-deployment configuration:
  - `JOOMLA_SITE_NAME`, `JOOMLA_ADMIN_USER`, `JOOMLA_ADMIN_USERNAME`, `JOOMLA_ADMIN_PASSWORD`, `JOOMLA_ADMIN_EMAIL`
  - `JOOMLA_EXTENSIONS_URLS`, `JOOMLA_EXTENSIONS_PATHS`
  - `JOOMLA_SMTP_HOST`, `JOOMLA_SMTP_HOST_PORT`
- Updated port mapping instructions to reflect the new network setup.
- Corrected the Dockerfile reference link for adding additional PHP extensions.

These changes improve the setup process, provide more flexible configuration options, and correct outdated references.

* Fix network name in Docker run commands to be consistent.

* Fix formatting in joomla/content.md file
2024-07-08 09:55:59 -07:00
Joseph Ferguson 8b35a43795 Typo fixes
And some stack.yml version updates
2023-12-20 15:01:37 -08:00
Tianon Gravi 9efeec18b6 Add "ymlfmt" for enforcing consistent YAML whitespace 2017-11-28 14:11:06 -08:00
Tianon Gravi e24f39cddf Add "restart: always" back to all our stack.yml examples (since it's only implied for stacks, not for compose) 2017-09-27 10:35:07 -07:00
Marcos Lilljedahl 54359bd26c Migrate current compose examples to PWD capable stacks 2017-06-18 16:49:26 -03:00