mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-10 00:15:28 +02:00
14 lines
189 B
YAML
14 lines
189 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
gotify:
|
|
image: gotify/server:latest
|
|
restart: unless-stopped
|
|
expose:
|
|
- "80"
|
|
volumes:
|
|
- gotify-data:/app/data
|
|
|
|
volumes:
|
|
gotify-data:
|