Loading docker-compose.prod.yml +1 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ services: placement: constraints: - node.role == worker - node.labels.workerid == ${DESIRED_WORKER_ID} restart_policy: condition: on-failure max_attempts: 3 Loading Loading
docker-compose.prod.yml +1 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ services: placement: constraints: - node.role == worker - node.labels.workerid == ${DESIRED_WORKER_ID} restart_policy: condition: on-failure max_attempts: 3 Loading