use custom docker config in dockerized tests

This commit is contained in:
Tobias Munk
2017-02-09 16:56:41 +01:00
parent 7b43cf09f1
commit 0dd1ed6594

View File

@ -4,7 +4,8 @@ services:
php: php:
build: .. build: ..
working_dir: /project working_dir: /project
#volumes: volumes:
- ../tests/data/config-docker.php:/project/tests/data/config.php
# Enable for debugging, enabling tests might be slow for file access (data) on host-volume # Enable for debugging, enabling tests might be slow for file access (data) on host-volume
#- ../tests:/project/tests #- ../tests:/project/tests
# - ../framework:/project/framework # - ../framework:/project/framework