|
version: '2'
|
|
services:
|
|
app:
|
|
build:
|
|
context: ../..
|
|
dockerfile: tests/docker/Dockerfile.xenial
|
|
ports:
|
|
- "8000:80"
|
|
command: config-sqlite
|
|
tests:
|
|
build:
|
|
context: ../..
|
|
dockerfile: tests/docker/Dockerfile.xenial
|
|
depends_on:
|
|
- app
|
|
command: integration-test-sqlite
|