Update nextfamhistweb/docker-compose.yml

Change constraint label to run on nay node but PROD-03 or where the target label is
This commit is contained in:
2026-01-06 20:36:40 +00:00
parent aea19f8e9d
commit f9975b9ccf

View File

@@ -2,8 +2,9 @@ services:
nextfamhistweb:
image: httpd:latest
deploy:
# placement:
# constraints: [node.role == worker]
placement:
constraints:
- node.labels.target != here
replicas: 1
restart: on-failure
ports: