Update file names

This commit is contained in:
2026-02-24 19:20:29 +05:30
parent 8136cc18aa
commit 630b78123d
3 changed files with 0 additions and 0 deletions

18
gotify/compose.yaml Normal file
View File

@@ -0,0 +1,18 @@
services:
gotify:
container_name: gotify
image: ghcr.io/gotify/server:2.9.0@sha256:4df8c1bb23646b8d8b308e881866474bfae4a9a5b3980e5047f87eb84017e8a0
restart: unless-stopped
environment:
- TZ=${TZ}
- GOTIFY_REGISTRATION=${GOTIFY_REGISTRATION}
volumes:
- ${APPDATA_PATH}/gotify/config:/app/data
ports:
- ${PORT}:80
networks:
- frontend
networks:
frontend:
external: true