feat: add WordPress+OpenLiteSpeed and Docker Mailserver+Roundcube templates#8507
Closed
ripgtxgt wants to merge 1 commit intocoollabsio:nextfrom
Closed
feat: add WordPress+OpenLiteSpeed and Docker Mailserver+Roundcube templates#8507ripgtxgt wants to merge 1 commit intocoollabsio:nextfrom
ripgtxgt wants to merge 1 commit intocoollabsio:nextfrom
Conversation
…oses coollabsio#8264, closes coollabsio#8266) Adds two new service templates: templates/compose/wordpress-with-openlitespeed.yaml (closes coollabsio#8264) WordPress + OpenLiteSpeed (litespeedtech/openlitespeed) + MySQL 8 - Automatic SERVICE_PASSWORD_* generation for OLS admin, MySQL user, root - Persistent volumes for HTML files, OLS config, and MySQL data - Built-in LiteSpeed Cache support (no additional plugin required) - healthcheck on OLS HTTP port (8088) - Compatible with Coolify proxy via SERVICE_FQDN_WORDPRESSOLS_8088 templates/compose/docker-mailserver.yaml (closes coollabsio#8266) Docker Mailserver (ghcr.io/docker-mailserver/docker-mailserver) + Roundcube webmail - Full stack: Postfix (SMTP/submission) + Dovecot (IMAP/IMAPS) + OpenDKIM + OpenDMARC + SpamAssassin - Ports: 25 (SMTP), 465 (SMTPS), 587 (submission), 143 (IMAP), 993 (IMAPS) - Persistent volumes for mail data, state, logs, and config - Roundcube webmail UI exposed via Coolify proxy (SERVICE_FQDN_ROUNDCUBE_80) - Configurable SSL (Let's Encrypt default), relay, antispam, and fail2ban - Inline DNS/setup instructions in comments for easy first-time configuration Closes coollabsio#8264 Closes coollabsio#8266
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Changes
Two new one-click service templates:
1. WordPress + OpenLiteSpeed + MySQL 8 (
wordpress-with-openlitespeed.yaml)litespeedtech/openlitespeed:latest+mysql:8.02. Docker Mailserver + Roundcube (
docker-mailserver.yaml)Issues
Category
AI Usage
Steps to Test
WordPress + OpenLiteSpeed:
Docker Mailserver:
MAIL_HOSTNAMEto your mail domaindocker exec mailserver setup email add user@domain.com passwordto add first userContributor Agreement
Important