SelfHosting/Containers/Gotify/compose.yml
2025-09-03 01:41:20 +02:00

16 lines
376 B
YAML

services:
gotify:
restart: always
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"