update
This commit is contained in:
20
datax/Demo/SingleProc/docker-compose.yml
Normal file
20
datax/Demo/SingleProc/docker-compose.yml
Normal 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
|
||||
|
Reference in New Issue
Block a user