Add Organizr
This commit is contained in:
BIN
public/svgs/organizr.png
Normal file
BIN
public/svgs/organizr.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
20
templates/compose/organizr.yaml
Normal file
20
templates/compose/organizr.yaml
Normal 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
|
||||||
Reference in New Issue
Block a user