feat: add Joomla template#891
Open
BinkyTwin wants to merge 2 commits into
Open
Conversation
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new Dokploy blueprint for deploying the open-source Joomla CMS, including its Docker Compose definition, Dokploy configuration, logo asset, and an entry in the central meta.json index.
Changes:
- Added
blueprints/joomla/docker-compose.ymlwith Joomla + MariaDB services, volumes, and DB healthcheck dependency. - Added
blueprints/joomla/template.tomlto configure domain routing, generated/admin/db variables, and an embedded README mount. - Added Joomla branding and catalog registration via
blueprints/joomla/joomla.svgand a newmeta.jsonentry.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| meta.json | Registers the new joomla template in the global template index. |
| blueprints/joomla/template.toml | Defines Dokploy variables, domain mapping, env vars, and an embedded README mount for Joomla. |
| blueprints/joomla/joomla.svg | Adds the Joomla logo asset referenced by meta.json. |
| blueprints/joomla/docker-compose.yml | Adds the Joomla + MariaDB Compose setup with persistence and DB healthcheck gating. |
Comment on lines
+27
to
+29
| - Administrator username: the generated `admin_username` value | ||
| - Administrator password: the generated `admin_password` value | ||
| - Administrator email: the generated `admin_email` value |
Author
There was a problem hiding this comment.
Addressed in commit 160280a by rewording the README bullets: username/email are now described as configured values, while only the password remains described as generated.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
joomla:6.1.0-apacheimage/claim #152
Closes #134
Validation
joomla:6.1.0-apacheandmariadb:11.4are multi-architecture images