mirror of
https://ghproxy.com/https://github.com/yoshiko2/Movie_Data_Capture.git
synced 2025-04-15 20:34:58 +00:00
14 lines
252 B
YAML
14 lines
252 B
YAML
version: "2.2"
|
|
services:
|
|
jav:
|
|
user: "${MDCUID}:${MDCGID}"
|
|
image: jav:local
|
|
build: .
|
|
volumes:
|
|
- ./config.ini:/mdc/config.ini
|
|
- ${MDC_PATH}:/mdc/data
|
|
command:
|
|
- python
|
|
- /mdc/Movie_Data_Capture.py
|
|
- -a
|