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,43 @@
version: "3.7"
services:
datax1:
image: harbor.colben.cn/general/datax
container_name: datax1
restart: "no"
stop_grace_period: 1m
environment:
TIMEOUT: 15m
MAX_PROCS: 3
network_mode: "host"
volumes:
- type: bind
source: ./datax1/job
target: /opt/datax/job
- type: bind
source: ./datax1/log
target: /opt/datax/log
- type: bind
source: ./datax1/log_perf
target: /opt/datax/log_perf
datax2:
image: harbor.colben.cn/general/datax
container_name: datax2
restart: "no"
stop_grace_period: 1m
environment:
TIMEOUT: 1h
MAX_PROCS: 4
network_mode: "host"
volumes:
- type: bind
source: ./datax2/job
target: /opt/datax/job
- type: bind
source: ./datax2/log
target: /opt/datax/log
- type: bind
source: ./datax2/log_perf
target: /opt/datax/log_perf