Create docker-compose.yaml

This commit is contained in:
SayNothingToday
2020-05-04 12:20:45 +08:00
committed by GitHub
parent d6a2464381
commit e8b2f6b8b7

View File

@@ -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