Update gotify/docker-compose.yml

Add the label target = here to ensure application runs where I want it to run
This commit is contained in:
2026-01-05 23:27:34 +00:00
parent 6a06ec2041
commit 3b760d87a1

View File

@@ -4,6 +4,10 @@ services:
volumes:
- /mnt/cephfs/docker/gotify:/app/data
restart: unless-stopped
deploy:
placement:
constraints:
- node.labels.target == here
ports:
- 8111:80
security_opt: