优化代码
This commit is contained in:
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
data-collect:
|
||||
network_mode: host
|
||||
build: .
|
||||
command: python main.py
|
||||
extra_hosts:
|
||||
- redpanda-0:10.0.0.139
|
||||
volumes:
|
||||
- .:/app
|
||||
working_dir: /app
|
||||
Reference in New Issue
Block a user