fix:修复了python环境的依赖问题 调整docker 端口

This commit is contained in:
Gzs2406 2025-01-03 15:46:07 +08:00
parent 400503455b
commit 64a34cc63d
2 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[server] [server]
listen = 0.0.0.0 listen = 0.0.0.0
port = 8080 port = 8000
debug = true debug = true
[database] [database]

View File

@ -1,3 +1,4 @@
Flask == 3.1.0 Flask
pymysql == 1.1.1 pymysql
confluent-kafka == 2.7.0 confluent-kafka
kafka-python-ng