This commit is contained in:
2026-02-05 21:56:40 +01:00
commit 1f62da7828
17 changed files with 655 additions and 0 deletions

View File

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