coolify/templates/compose/classicpress-without-database.yaml

18 lines
575 B
YAML
Raw Normal View History

# documentation: https://www.classicpress.net/
2024-04-16 12:42:12 +02:00
# slogan: 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:
2024-04-16 12:42:12 +02:00
classicpress:
image: classicpress/classicpress:latest
volumes:
- classicpress-files:/var/www/html
2024-04-16 12:42:12 +02:00
environment:
- SERVICE_FQDN_CLASSICPRESS
healthcheck:
2024-05-17 10:11:55 +02:00
test: ["CMD", "curl", "-f", "http://127.0.0.1"]
2024-04-16 12:42:12 +02:00
interval: 2s
timeout: 10s
retries: 10