Add gotify/docker-compose.yml

This commit is contained in:
2026-04-26 19:03:23 +01:00
parent 33f7c023fc
commit 0f21e90ba2

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

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