feat: cached
This commit is contained in:
@@ -1,30 +0,0 @@
|
|||||||
services:
|
|
||||||
rnacos:
|
|
||||||
image: qingpan/rnacos:stable
|
|
||||||
restart: unless-stopped
|
|
||||||
ports:
|
|
||||||
- "8848:8848"
|
|
||||||
volumes:
|
|
||||||
- ./rnacos/data:/app/data
|
|
||||||
environment:
|
|
||||||
RNACOS_SERVER_PORT: 8848
|
|
||||||
RNACOS_ENABLE_NO_AUTH_CONSOLE: "true"
|
|
||||||
|
|
||||||
apisix:
|
|
||||||
image: apache/apisix:3.17.0-debian
|
|
||||||
restart: unless-stopped
|
|
||||||
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"
|
|
||||||
networks:
|
|
||||||
- default
|
|
||||||
|
|
||||||
networks:
|
|
||||||
default:
|
|
||||||
external: true
|
|
||||||
name: services-network
|
|
||||||
Reference in New Issue
Block a user