mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-24 05:02:12 +00:00
21 lines
467 B
YAML
21 lines
467 B
YAML
# documentation: https://docs.organizr.app/
|
|
# slogan: Homelab Services Organizer
|
|
# tags: tool
|
|
# logo: svgs/organizer.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", "curl", "-f", "http://localhost:80"]
|
|
interval: 2s
|
|
timeout: 10s
|
|
retries: 30
|