readme
This commit is contained in:
commit
a64e32ffe0
14 changed files with 339 additions and 0 deletions
15
Gotify/compose.yml
Normal file
15
Gotify/compose.yml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue