docker-postfix/unit-tests/docker-compose.yml

11 lines
181 B
YAML
Raw Normal View History

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