GildedRose-Refactoring-Kata/plpgsql/docker-compose.yml
2020-01-19 19:59:27 +01:00

21 lines
261 B
YAML

version: '3.4'
services:
pgunit:
build:
context: .
target: pgunit
ports:
- "5432:5432"
volumes:
- .:/app/:z
pgtap:
build:
context: .
target: pgtap
ports:
- "5432:5432"
volumes:
- .:/app/:z