coolify/templates/compose/databasus.yaml

21 lines
620 B
YAML
Raw Normal View History

# documentation: https://databasus.com/installation
# slogan: Databasus is a free, open source and self-hosted tool to backup PostgreSQL, MySQL, and MongoDB.
# category: devtools
# tags: postgres,mysql,mongo,backup
2025-12-28 13:43:15 +00:00
# logo: svgs/databasus.svg
# port: 4005
services:
databasus:
image: 'databasus/databasus:v3.16.2' # Released on 23 February, 2026
environment:
- SERVICE_URL_DATABASUS_4005
volumes:
- 'databasus-data:/databasus-data'
healthcheck:
test:
2025-12-28 13:43:15 +00:00
['CMD', 'wget', '-qO-', 'http://localhost:4005/api/v1/system/health']
interval: 5s
timeout: 10s
retries: 5