Merge pull request #3008 from Telokis/add-organizr-template-service

feat: Add organizr
This commit is contained in:
🏔️ Peak
2024-10-07 19:27:45 +02:00
committed by GitHub
2 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# 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