mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-10 08:25:23 +02:00
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:
|