Files
docker-compose/gotify/docker-compose.yml
2025-07-19 20:30:14 +05:30

13 lines
290 B
YAML

services:
gotify:
container_name: gotify
image: ghcr.io/gotify/server:2.6.3
restart: unless-stopped
environment:
- TZ=${TZ}
- GOTIFY_REGISTRATION=${GOTIFY_REGISTRATION}
volumes:
- ${APPDATA_PATH}/gotify/config:/app/data
ports:
- ${PORT}:80