init
This commit is contained in:
13
vendor/codeception/base/tests/docker-compose.yml
vendored
Normal file
13
vendor/codeception/base/tests/docker-compose.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
version: '2'
|
||||
services:
|
||||
codecept:
|
||||
image: testing/codeception/codeception
|
||||
build: ..
|
||||
working_dir: /repo
|
||||
volumes:
|
||||
- ../tests:/repo/tests
|
||||
- ../codeception.yml:/repo/codeception.yml
|
||||
- ../src:/repo/src
|
||||
- ../shim.php:/repo/shim.php
|
||||
#redis:
|
||||
# image: redis:3
|
||||
Reference in New Issue
Block a user