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: nextfamhistweb:
image: httpd:latest image: httpd:latest
deploy: deploy:
# placement: placement:
# constraints: [node.role == worker] constraints:
- node.labels.target != here
replicas: 1 replicas: 1
restart: on-failure restart: on-failure
ports: ports: