This commit is contained in:
2022-04-18 11:21:20 +08:00
commit 45a7af638f
210 changed files with 8997 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
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