Gotify
Source: Portainer stack 111 (gotify) on endpoint 2.
name: gotify
services:
server:
ports:
- 10143:80
environment:
- TZ=America/New_York
volumes:
- /var/gotify/data:/app/data
image: gotify/server
restart: unless-stopped