added docker-compose file

This commit is contained in:
Robin Müller 2021-05-24 15:47:09 +02:00 committed by Robin Mueller
parent a25cea8d4d
commit f0e052621a
1 changed files with 18 additions and 0 deletions

18
docker-compose.yml Normal file
View File

@ -0,0 +1,18 @@
version: "3.8"
services:
build-host:
build:
context: .
dockerfile: bsp_hosted/Dockerfile
build-obsw:
build:
context: .
dockerfile: bsp_q7s/Dockerfile
build-rpi:
build:
context: .
dockerfile: bsp_linux_board/Dockerfile