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