This commit is contained in:
criz 2025-08-31 08:45:07 +02:00
commit a64e32ffe0
14 changed files with 339 additions and 0 deletions

15
Gotify/compose.yml Normal file
View file

@ -0,0 +1,15 @@
services:
gotify:
image: gotify/server
ports:
- 8084:80
environment:
GOTIFY_DEFAULTUSER_PASS: 'admin'
volumes:
- './gotify_data:/app/data'
labels:
tsdproxy.enable: "true"
tsdproxy.name: "gotify"
# to run gotify as a dedicated user:
# sudo chown -R 1234:1234 ./gotify_data
# user: "1234:1234"