diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml new file mode 100644 index 0000000..c5fefb2 --- /dev/null +++ b/docker/docker-compose.yaml @@ -0,0 +1,13 @@ +version: "2.2" +services: + jav: + user: "${JAVUID}:${JAVGID}" + image: jav:local + build: . + volumes: + - ./config.ini:/jav/config.ini + - ${JAV_PATH}:/jav/data + command: + - python + - /jav/AV_Data_Capture.py + - -a