用户信息传到service
CI / changes (push) Successful in 1s
CI / docker-bff (push) Successful in 1s
CI / docker-product (push) Failing after 1s

This commit is contained in:
2026-08-10 15:46:49 +08:00
parent 38a8a5cafb
commit 7228d3fedc
19 changed files with 505 additions and 74 deletions
+7 -4
View File
@@ -1,5 +1,4 @@
services:
rnacos:
image: qingpan/rnacos:stable
restart: unless-stopped
@@ -17,11 +16,15 @@ services:
volumes:
- ./apisix/config.yaml:/usr/local/apisix/conf/config.yaml:ro
- ./apisix/apisix.yaml:/usr/local/apisix/conf/apisix.yaml:ro
# 单文件挂载到 /usr/local/apisix/auth.lua
- ./apisix/lua/auth.lua:/usr/local/apisix/auth.lua:ro
ports:
- "9080:9080" # 业务入口
- "9443:9443" # HTTPS
- "9080:9080"
- "9443:9443"
networks:
- default
networks:
default:
external: true
name: services-network
name: services-network