[feat]:[FL-xxx][Redis 密码认证] 补充 deploy/pro-deploy/.env 的 REDIS_PASSWORD 变量,修复误删的 MINIO_API_PORT
This commit is contained in:
@@ -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
|
||||
|
||||
Generated
+4
-1
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user