add files

This commit is contained in:
2023-09-16 23:25:10 +03:00
parent 8f082dbe0f
commit d84ad915b7
5 changed files with 149 additions and 0 deletions

11
docker-compose.yml Normal file
View File

@ -0,0 +1,11 @@
version: '2'
services:
nrf:
container_name: nrf
build:
context: .
dockerfile: Dockerfile
args:
- NRF_CONNECT_TAG=v2.4.2
- ZEPHYR_TAG=0.16.1