11f389289d
Wordpress alternative without block editor (Gutenberg), Useful for small sites & lightweight blogs. PR includes 3 version's with or without database, also logo.svg
13 lines
485 B
YAML
13 lines
485 B
YAML
# 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
|