Source

File: http://svn.grimore.org/docker/compose/shepherd.yml -

version: '3.7'

services:
  shepherd:
    image: containrrr/shepherd
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock
    deploy:
      placement:
        constraints:
          - node.role == manager