[feat]:[FL-xxx][Redis 密码认证] 补充 deploy/pro-deploy/.env 的 REDIS_PASSWORD 变量,修复误删的 MINIO_API_PORT

This commit is contained in:
chengkai3
2026-06-28 19:08:40 +08:00
parent 08ba3e19d3
commit b80ad69545
3 changed files with 8 additions and 1 deletions
+1
View File
@@ -10,6 +10,7 @@ MINIO_MC_IMAGE=minio/mc:latest
POSTGRES_PORT=5434
REDIS_PORT=6379
REDIS_PASSWORD=change...n
MINIO_API_PORT=9000
MINIO_CONSOLE_PORT=9001
API_PORT=8000
+4 -1
View File
@@ -9,7 +9,10 @@
"version": "0.1.0",
"workspaces": [
"web"
]
],
"dependencies": {
"react-markdown": "^10.1.0"
}
},
"node_modules/@ant-design/colors": {
"version": "7.2.1",
+3
View File
@@ -14,5 +14,8 @@
"docker:up": "docker compose --env-file deploy/dev-deploy/.env -f deploy/dev-deploy/compose.yml up --build -d",
"docker:down": "docker compose --env-file deploy/dev-deploy/.env -f deploy/dev-deploy/compose.yml down",
"docker:logs": "docker compose --env-file deploy/dev-deploy/.env -f deploy/dev-deploy/compose.yml logs -f"
},
"dependencies": {
"react-markdown": "^10.1.0"
}
}