用户信息传到service
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user