修复 docker compose 配置问题,添加 block 监控项,优化日志输出

This commit is contained in:
2025-03-06 10:30:54 +08:00
parent 736dbff17d
commit 9d8bdaec7e
4 changed files with 25 additions and 18 deletions

View File

@@ -21,7 +21,7 @@ services:
container_name: proxy-server-dev-service
build:
context: ../../..
dockerfile: ../../../Dockerfile
dockerfile: Dockerfile
environment:
APP_CTRL_PORT: $APP_CTRL_PORT
APP_DATA_PORT: $APP_DATA_PORT
@@ -46,8 +46,8 @@ services:
vector:
container_name: proxy-server-dev-vector
build:
context: vector
dockerfile: vector/Dockerfile
context: ./vector
dockerfile: Dockerfile
ports:
- "8686:8686"
volumes: