Files
docker-compose/gotify/compose.yaml
2026-02-24 19:20:29 +05:30

19 lines
435 B
YAML

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