mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 23:45:24 +02:00
* feat: add Gotify template * chore: pin gotify template version --------- Co-authored-by: Rohit Mulani <289630555+rohitmulani63-ops@users.noreply.github.com>
12 lines
171 B
YAML
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:
|