Files
abcParser/docker-compose.yml
richard 2cdf7dd1cf
Some checks failed
abc-api/abcParser/pipeline/head There was a failure building this commit
update webpatser/laravel-uuid to version 3
2020-06-20 12:36:34 -04:00

22 lines
396 B
YAML
Executable File

version: '3'
services:
tests:
image: dkregistry.xai-corp.net:5000/xaicorp/php:7.2-dev
volumes:
- .:/var/www
- .:/opt/project
command:
- vendor/bin/codecept
- run
composer:
image: dkregistry.xai-corp.net:5000/xaicorp/composer:7.2
volumes:
- .:/opt/project
# - ~/.ssh:/root/.ssh
entrypoint:
- composer
command:
- install