Files
templates/blueprints/gotify/docker-compose.yml
2026-05-21 15:36:50 +00:00

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: