mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-10 08:25:23 +02:00
16 lines
265 B
YAML
16 lines
265 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
gotify:
|
|
image: gotify/server:latest
|
|
restart: unless-stopped
|
|
expose:
|
|
- "80"
|
|
environment:
|
|
- GOTIFY_DEFAULTUSER_PASS=${GOTIFY_DEFAULTUSER_PASS}
|
|
volumes:
|
|
- gotify-data:/app/data
|
|
|
|
volumes:
|
|
gotify-data:
|