coolify/templates/compose/vvveb.yaml

19 lines
526 B
YAML
Raw Normal View History

2024-08-25 13:27:02 +00:00
# documentation: https://docs.vvveb.com
# slogan: Powerful and easy to use cms to build websites, blogs or ecommerce stores.
# tags: cms, blog, content, management, ecommerce, page-builder, nocode, mysql, sqlite, pgsql
# logo: svgs/vvveb.svg
2024-10-09 14:33:30 +00:00
# port: 80
2024-08-25 13:27:02 +00:00
services:
vvveb:
image: vvveb/vvvebcms:latest
volumes:
2024-10-09 14:33:30 +00:00
- vvveb-data:/var/www/html
2024-08-25 13:27:02 +00:00
environment:
2024-10-09 14:33:30 +00:00
- SERVICE_FQDN_VVVEB_80
2024-08-25 13:27:02 +00:00
healthcheck:
test: ["CMD", "curl", "-f", "http://127.0.0.1"]
interval: 2s
timeout: 10s
retries: 10