add separate service for php_under_test

This commit is contained in:
Ivan Fedorov 2021-05-06 22:36:15 +03:00 committed by Ivan Fedorov
parent c8c676d14e
commit 00fe2209a7
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
version: '3'
services:
php:
php_under_test:
image: php:${PHP_VERSION}-alpine
volumes:
- .:/opt/project/phpstorm-stubs
test_runner:
build: .
volumes:
- .:/opt/project/phpstorm-stubs