Commit e174f222 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Evita ejecutar en nodos manager en pro

parent b1e8495a
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
version: '3.5'

services:
  cmak:
    deploy:
      placement:
        constraints:
          - node.role == worker

volumes:
  conf-vol:
    name: ${CONF_VOL_NAME}