Update filename for Komodo

This commit is contained in:
2025-06-28 22:25:09 +05:30
parent 0686b47076
commit d99bca5d31
14 changed files with 0 additions and 0 deletions

12
gotify/compose.yaml Normal file
View File

@@ -0,0 +1,12 @@
services:
gotify:
image: gotify/server:2.6.3
container_name: gotify
environment:
- TZ=${TZ}
- GOTIFY_REGISTRATION=${GOTIFY_REGISTRATION}
volumes:
- ${APPDATA_PATH}/gotify/config:/app/data
ports:
- "${PORT}:80"
restart: unless-stopped