tobiko/docker-compose.yml
Federico Ressi 69ea632d3e Update Dockerfile to use bindep and tox
Change-Id: I1fd2e966863908751ab5cba685e99c1ddf07b582
2020-06-19 07:39:26 +02:00

54 lines
637 B
YAML

---
version: '3.4'
services:
base:
build:
context: .
target: base
sources:
build:
context: .
target: sources
bindeps:
build:
context: .
target: bindeps
py3:
build:
context: .
target: py3
venv:
build:
context: .
target: venv
functional:
build:
context: .
target: functional
scenario:
build:
context: .
target: scenario
neutron:
build:
context: .
target: neutron
faults:
build:
context: .
target: faults
infrared:
build:
context: .
target: infrared