21 lines
412 B
YAML
21 lines
412 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
datax:
|
|
image: harbor.colben.cn/general/datax
|
|
container_name: datax
|
|
restart: "no"
|
|
stop_grace_period: 1m
|
|
network_mode: "host"
|
|
volumes:
|
|
- type: bind
|
|
source: ./datax/job
|
|
target: /opt/datax/job
|
|
- type: bind
|
|
source: ./datax/log
|
|
target: /opt/datax/log
|
|
- type: bind
|
|
source: ./datax/log_perf
|
|
target: /opt/datax/log_perf
|
|
|