1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
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