Files
Elite/gotify/docker-compose.yml
2026-01-08 15:22:41 +00:00

15 lines
283 B
YAML

services:
gotify:
image: gotify/server:latest
container_name: gotify
volumes:
- /mnt/cephfs/docker/gotify:/app/data
restart: unless-stopped
ports:
- 8111:80
security_opt:
- no-new-privileges:true
environment:
- TZ=Europe/London