nginx 订阅 nacos,实现 服务发现 和 配置 动态更新。 nacos 1.x 使用 udp 协议,nacos 2.x 使用 grpc 协议,本项目都支持 基于 NACOS 2.x 版本开发。openresty is required if using lua. nacos { server_list localhost:8848 ...
docker build -t test/app:latest . \ && docker run -it --rm -p 8887:8887 test/app:latest ...