20 lines
459 B
YAML
20 lines
459 B
YAML
# documentation: https://docs.organizr.app/
|
|
# slogan: Homelab Services Organizer
|
|
# tags: tool
|
|
# logo: svgs/organizr.png
|
|
# port: 80
|
|
|
|
services:
|
|
organizr:
|
|
image: organizr/organizr:latest
|
|
environment:
|
|
- SERVICE_FQDN_ORGANIZR_80
|
|
- branch=${branch:-v2-master}
|
|
volumes:
|
|
- organizr-data:/config
|
|
healthcheck:
|
|
test: ["CMD-SHELL", "curl -sf http://localhost:80 || exit 1"]
|
|
interval: 10s
|
|
timeout: 1s
|
|
retries: 3
|