Skip to content

Commit 22a58ee

Browse files
committed
Add Organizr
1 parent 10b9c4b commit 22a58ee

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/organizer.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", "curl", "-f", "http://localhost:80"]
18+
interval: 2s
19+
timeout: 10s
20+
retries: 30

0 commit comments

Comments
 (0)