15 lines
356 B
YAML
15 lines
356 B
YAML
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"
|