Files
templates/blueprints/gotify/docker-compose.yml
Rohit Mulani 5a193c5fb2 feat: add Gotify template (#946)
* feat: add Gotify template

* chore: pin gotify template version

---------

Co-authored-by: Rohit Mulani <289630555+rohitmulani63-ops@users.noreply.github.com>
2026-07-07 13:16:48 -06:00

12 lines
171 B
YAML

services:
gotify:
image: gotify/server:2.9.1
restart: unless-stopped
volumes:
- gotify_data:/app/data
ports:
- "80"
volumes:
gotify_data: