修复Docker端口冲突为5433,添加.env配置,后端启动并通过健康检查

This commit is contained in:
yml2213
2026-07-14 11:27:33 +08:00
parent 5820665b85
commit a0ced7bdde
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ SERVER_PORT=8080
GIN_MODE=debug
DB_HOST=localhost
DB_PORT=5432
DB_PORT=5433
DB_USER=postgres
DB_PASSWORD=postgres
DB_NAME=kefu_sys