added organizr

This commit is contained in:
Dominik
2024-08-03 22:06:07 +02:00
parent 08aa066d91
commit 63e5316630
7 changed files with 461 additions and 19 deletions

26
organizr/compose.yml Normal file
View File

@@ -0,0 +1,26 @@
# https://docs.organizr.app/
# https://demo.organizr.app/#Organizr
#
name: organizr
services:
organizr:
container_name: organizr
hostname: organizr
image: organizr/organizr:latest
restart: unless-stopped
ports:
- 8777:80
volumes:
- ./config:/config
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Vienna
networks:
- proxy
networks:
proxy:
external: true