Update gotify/docker-compose.yml

This commit is contained in:
2026-01-08 15:22:41 +00:00
parent adaf7b7e08
commit cfbdc2c3de

View File

@@ -1,13 +1,10 @@
services: services:
gotify: gotify:
image: gotify/server:latest image: gotify/server:latest
container_name: gotify
volumes: volumes:
- /mnt/cephfs/docker/gotify:/app/data - /mnt/cephfs/docker/gotify:/app/data
restart: unless-stopped restart: unless-stopped
deploy:
placement:
constraints:
- node.labels.target == here
ports: ports:
- 8111:80 - 8111:80
security_opt: security_opt: