Files
abcParser/docker-compose.yml
richard 0cc8361929 Fix the failing unit tests
refactor the codestyle for the tests we wanted to keep
2017-10-17 06:41:19 -04:00

19 lines
287 B
YAML

version: '2'
services:
parser:
image: abc-api/api:latest
volumes:
- .:/var/www
- .:/opt/project
parser-composer:
image: composer/composer:alpine
volumes:
- .:/app
- ~/.ssh:/root/.ssh
entrypoint:
- composer
command:
- install