feat: 接入 frontend 子模块并集成 envoy

This commit is contained in:
zetaloop
2026-05-03 08:51:58 +08:00
parent 9a32850030
commit b08a3a51e0
5 changed files with 47 additions and 4 deletions
+8
View File
@@ -291,6 +291,14 @@ services:
rl-redis:
condition: service_started
frontend:
image: juwan/frontend:dev
container_name: juwan-frontend
restart: unless-stopped
environment:
NODE_ENV: production
PORT: "3000"
# ==================== RPC 层 ====================
user-rpc:
image: juwan/users-rpc:dev