cabot/docker-compose-test.yml
Frank Hamand 0e520ee21f Add temporary 'sut' service to docker-compose-test
This is a work around to fix docker hub's automated tests failing.
Really we should just disable the test on docker hub but I don't have
access
2017-02-16 16:09:54 +00:00

13 lines
222 B
YAML

version: '2'
services:
test:
extends:
file: docker-compose-base.yml
service: base
command: python manage.py test -v2
env_file:
- conf/test.env
sut:
image: ubuntu
command: "true"