https://nacos.io/zh-cn/docs/quick-start-docker.html
注:可以根据自己需求修改对应文件后在构建docker容器
源码地址:https://github.com/wannanbigpig/go-nacos
部署命令如下项目已经打包好了mac和liunx环境执行文件,下载地址:
https://github.com/wannanbigpig/go-nacos/releases/tag/v0.1.0
./go-nacos-liunx --help // 查看参数
./go-nacos-liunx -dataId=test -group=dev -path=/home/www/xxxx/ -filename=.env
# // OR 后台运行
nohup /home/go-nacos/go-nacos-liunx -dataId=test -group=dev -path=/home/www/xxxx/ -filename=.env > runoob.log 2>&1 &
可以执行以下命令查看参数
./go-nacos-liunx -help
Usage of bin/go-nacos:
-dataId string
the dataId in nacos
-filename string
Local Storage filename
-group string
the group in nacos (default "DEFAULT_GROUP")
-ip string
the ip in nacos (default "127.0.0.1")
-namespace string
the namespace in nacos
-password string
the password to authenticate with (default "nacos")
-path string
Local Storage Path
-port uint
the port in nacos (default 8848)
-username string
the username to authenticate as (default "nacos")
-version
print version and exit
ps:非常适合解决 laravel 框架多机器部署时 .env 配置要分别部署的烦恼
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)