Files
abcParser/docker-compose.yml
richard 1130f9a22f
Some checks failed
abc-api/abcParser/pipeline/head There was a failure building this commit
update to lumen 7
2020-06-24 11:58:32 -04:00

23 lines
412 B
YAML
Executable File

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