mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
Added Classicpress as a service
Wordpress alternative without block editor (Gutenberg), Useful for small sites & lightweight blogs. PR includes 3 version's with or without database, also logo.svg
This commit is contained in:
12
templates/compose/classicpress-without-database.yaml
Normal file
12
templates/compose/classicpress-without-database.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
# documentation: https://www.classicpress.net/
|
||||
# slogan: ClassicPress with external database. Classicpress A lightweight, stable, instantly familiar free open-source content management system. Based on WordPress without the block editor (Gutenberg).
|
||||
# tags: cms, blog, content, management
|
||||
# logo: svgs/classicpress.svg
|
||||
|
||||
services:
|
||||
wordpress:
|
||||
image: classicpress/classicpress:latest
|
||||
volumes:
|
||||
- classicpress-files:/var/www/html
|
||||
environment:
|
||||
- SERVICE_FQDN
|
||||
Reference in New Issue
Block a user