services: gotify: container_name: gotify image: ghcr.io/gotify/server:2.8.0@sha256:4702c392ca723d5016fc938c8b22572c3509efca812bdc5221d25158ba0201e3 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