Update ghost/docker-compose.yml

Add control via labels
This commit is contained in:
2026-01-06 20:14:44 +00:00
parent aa29725406
commit d9d4d5b9ec

View File

@@ -4,7 +4,8 @@ services:
container_name: ghost
deploy:
placement:
constraints: [node.role == worker]
constraints:
- node.labels.target == here
replicas: 1
restart: always
ports: