Add gotify/docker-compose.yml

This commit is contained in:
2025-11-27 16:03:56 +00:00
parent 91c5956211
commit 18576db135

13
gotify/docker-compose.yml Normal file
View File

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