Add Organizr

This commit is contained in:
Telokis
2024-08-06 21:44:11 +02:00
parent 10b9c4bcfa
commit 22a58eea8f
2 changed files with 20 additions and 0 deletions

BIN
public/svgs/organizr.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

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