version: '3.8' services: tests: image: "boky/postfix-unit-test" restart: "no" volumes: - "..:/code" build: context: . command: "/code/unit-tests/"