Create new docker-compose.testing.yml file

This commit is contained in:
Buster "Silver Eagle" Neece 2018-01-19 06:30:24 -06:00
parent bc754bdca8
commit 475e9ab1ed
2 changed files with 11 additions and 1 deletions

View File

@ -26,7 +26,7 @@ install:
- docker-compose pull
script:
- docker-compose -f docker-compose.yml -f docker-compose.dev.yml run --rm cli azuracast_testing $CODECLIMATE_REPO_TOKEN
- docker-compose -f docker-compose.yml -f docker-compose.testing.yml run --rm cli azuracast_testing $CODECLIMATE_REPO_TOKEN
after_failure:
- cat tests/_output/*

View File

@ -0,0 +1,10 @@
version: '2'
services:
web:
volumes:
- .:/var/azuracast/www
nginx:
volumes:
- .:/var/azuracast/www