2024-03-26 17:58:52 +00:00
# documentation: https://www.classicpress.net/
2024-04-16 10:42:12 +00:00
# slogan: A lightweight, stable, instantly familiar free open-source content management system, based on WordPress without the block editor (Gutenberg).
2024-03-26 17:58:52 +00:00
# tags: cms, blog, content, management
# logo: svgs/classicpress.svg
services :
2024-04-16 10:42:12 +00:00
classicpress :
image : classicpress/classicpress:latest
volumes :
2024-03-26 17:58:52 +00:00
- classicpress-files:/var/www/html
2024-04-16 10:42:12 +00:00
environment :
- SERVICE_FQDN_CLASSICPRESS
healthcheck :
test : [ "CMD" , "curl" , "-f" , "http://localhost" ]
interval : 2s
timeout : 10s
retries : 10