Dateien hochladen nach „Stack“

This commit is contained in:
2022-04-04 21:28:29 +02:00
parent 81267cb87d
commit 2b2fc813ed
5 changed files with 225 additions and 0 deletions

15
Stack/organizr.yml Normal file
View File

@ -0,0 +1,15 @@
---
version: "2.1"
services:
organizr:
container_name: organizr
environment:
- "PUID=${PUID}"
- "PGID=${PGID}"
- "TZ=${TZ}"
image: organizr/organizr
ports:
- "${OGANIZRPORT}:80"
restart: unless-stopped
volumes:
- "${APPDATA}/organizr:/config"