Skip to content

Commit c486281

Browse files
authored
Merge pull request coollabsio#3008 from Telokis/add-organizr-template-service
feat: Add organizr
2 parents 71d2849 + f080a4b commit c486281

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

public/svgs/organizr.png

13.6 KB
Loading

templates/compose/organizr.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# documentation: https://docs.organizr.app/
2+
# slogan: Homelab Services Organizer
3+
# tags: tool
4+
# logo: svgs/organizr.png
5+
# port: 80
6+
7+
services:
8+
organizr:
9+
image: organizr/organizr:latest
10+
restart: unless-stopped
11+
environment:
12+
- SERVICE_FQDN_ORGANIZR_80
13+
- branch=v2-master
14+
volumes:
15+
- organizr-data:/config
16+
healthcheck:
17+
test: ["CMD-SHELL", "curl -sf http://localhost:80 || exit 1"]
18+
interval: 10s
19+
timeout: 1s
20+
retries: 3

0 commit comments

Comments
 (0)