Changement Structure

This commit is contained in:
criz 2025-09-03 00:55:53 +02:00
parent e907a77e90
commit 010ee246dd
16 changed files with 9 additions and 6 deletions

View file

@ -1,15 +0,0 @@
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"