Files
Elite/gotify/docker-compose.yml
John Anderson 3b760d87a1 Update gotify/docker-compose.yml
Add the label target = here to ensure application runs where I want it to run
2026-01-05 23:27:34 +00:00

18 lines
345 B
YAML

services:
gotify:
image: gotify/server:latest
volumes:
- /mnt/cephfs/docker/gotify:/app/data
restart: unless-stopped
deploy:
placement:
constraints:
- node.labels.target == here
ports:
- 8111:80
security_opt:
- no-new-privileges:true
environment:
- TZ=Europe/London