coolify/templates/compose/organizr.yaml

21 lines
483 B
YAML
Raw Permalink Normal View History

2024-08-06 19:44:11 +00:00
# documentation: https://docs.organizr.app/
# slogan: Homelab Services Organizer
# category: productivity
2024-08-06 19:44:11 +00:00
# tags: tool
2024-08-06 19:44:34 +00:00
# logo: svgs/organizr.png
2024-08-06 19:44:11 +00:00
# port: 80
services:
organizr:
image: organizr/organizr:latest
environment:
- SERVICE_URL_ORGANIZR_80
2024-10-07 17:31:12 +00:00
- branch=${branch:-v2-master}
2024-08-06 19:44:11 +00:00
volumes:
- organizr-data:/config
healthcheck:
2024-08-11 13:11:52 +00:00
test: ["CMD-SHELL", "curl -sf http://localhost:80 || exit 1"]
interval: 10s
timeout: 1s
retries: 3