优化代码

This commit is contained in:
2026-01-29 15:10:58 +00:00
parent 0e9c7dfe85
commit 0bd4df686c
4 changed files with 17 additions and 6 deletions

10
docker-compose.yml Normal file
View 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