docker-compose.ymlLatest commit evildecay Code package dependencies are managed using the GO Module.Update Dock… ebadd8a· Sep 11, 2019 HistoryHistory File metadata and controls Code Blame 27 lines (26 loc) · 648 Bytes Raw # Just as an example, not as a formally deployed configuration. ...
# docker-compose.yamlversion:'3'services:etcd:image:quay.io/coreos/etcdcommand:/usr/local/bin/etcd--listen-client-urls=--advertise-client-urls=http://etcd:2379ports:-2379:2379networks:-etcd_networketcdkeeper:image:kubenow/etcdkeeperenvironment:-ETCD_ENDPOINTS=http://etcd:2379ports:-8080:8080ne...
接下来安装docker-compose: docker-compose介绍: Docker Compose是 docker 提供的一个命令行工具,用来定义和运行由多个容器组成的应用。使用 compose,我们可以通过 YAML 文件声明式的定义应用程序的各个服务,并由单个命令完成应用的创建和启动。 简书链接:https://www.jianshu.com/p/ca1623ac7723 #yuminstalldocker-co...
CSS grpc etcd ,register server & discovery, protocol buffer seriliazer by python pythondocker-composegrpcetcd-clusteretcd3register-centeretcd-uietcdkeeper UpdatedOct 23, 2020 Python Add a description, image, and links to theetcdkeepertopic page so that developers can more easily learn about it. ...
assets logo screenshots src .dockerignore .gitignore Dockerfile LICENSE README.md build.bat build.sh docker-compose.yml release.bat release.shBreadcrumbs etcdkeeper / release.bat Latest commit evildecay Add compile and realese scripts e8c389f· Sep 5, 2024 HistoryHistory File metadata and controls...
docker-compose.yml Code package dependencies are managed using the GO Module.Update Dock… Sep 11, 2019 README MIT license ETCD Keeper Lightweight etcd web client. Support etcd 2.x and etcd 3.x. The server uses the etcd go client interface, and the server compiles with the etcd client ...