Skip to content

Commit

Permalink
Merge pull request coollabsio#3008 from Telokis/add-organizr-template…
Browse files Browse the repository at this point in the history
…-service

feat: Add organizr
  • Loading branch information
peaklabs-dev authored Oct 7, 2024
2 parents 71d2849 + f080a4b commit c486281
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
Binary file added public/svgs/organizr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions templates/compose/organizr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# documentation: https://docs.organizr.app/
# slogan: Homelab Services Organizer
# tags: tool
# logo: svgs/organizr.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-SHELL", "curl -sf http://localhost:80 || exit 1"]
interval: 10s
timeout: 1s
retries: 3

0 comments on commit c486281

Please sign in to comment.