Files
coolify/templates/compose/organizr.yaml
2024-08-11 15:11:52 +02:00

21 lines
476 B
YAML

# documentation: https://docs.organizr.app/
# slogan: Homelab Services Organizer
# tags: tool
# logo: svgs/organizr.png
# port: 80
services:
organizr:
image: organizr/organizr:latest
restart: unless-stopped
environment:
- SERVICE_FQDN_ORGANIZR_80
- branch=v2-master
volumes:
- organizr-data:/config
healthcheck:
test: ["CMD-SHELL", "curl -sf http://localhost:80 || exit 1"]
interval: 10s
timeout: 1s
retries: 3