13 lines
290 B
YAML
13 lines
290 B
YAML
version: '3'
|
|
|
|
x-service-common: &service-common
|
|
image: gitiot.mgm-iot.com/iot_images/yuzhen_base:v1.0.9
|
|
restart: always
|
|
volumes:
|
|
- ./yz_project.csv:/home/yz_project.csv
|
|
|
|
services:
|
|
YZXHRC0125H070001:
|
|
<<: *service-common
|
|
command: [ "/home/start.sh", "YZXHRC0125H070001" ]
|