Initial commit
This commit is contained in:
17
docker-compose.phpunit.yml
Normal file
17
docker-compose.phpunit.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
wordpress_phpunit:
|
||||
image: "chriszarate/wordpress-phpunit:6.0.6"
|
||||
volumes:
|
||||
- ".:/app"
|
||||
- "testsuite:/tmp"
|
||||
mysql_phpunit:
|
||||
image: "mariadb:10.2"
|
||||
environment:
|
||||
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
|
||||
MYSQL_DATABASE: "wordpress_test"
|
||||
MYSQL_ROOT_PASSWORD: ""
|
||||
|
||||
volumes:
|
||||
testsuite: {}
|
||||
Reference in New Issue
Block a user