add: gotify docker setup

This commit is contained in:
2024-02-08 15:00:42 +00:00
parent 3f4113190d
commit 65663fbe43
3 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
gotify:
image: gotify/server
restart: always
environment:
- TZ="Europe/Berlin"
- GOTIFY_DEFAULTUSER_NAME={{ gotify_user }}
- GOTIFY_DEFAULTUSER_PASS={{ gotify_password }}
ports:
- 4001:80
volumes:
- /data/gotify/data:/app/data