Loading docker/sharding-proxy/orchestration/docker-compose.yml 0 → 100644 +25 −0 Original line number Diff line number Diff line version: '3' services: zookeeper: ## get more versions of zookeeper here : https://hub.docker.com/_/zookeeper?tab=tags image: "zookeeper:3.4" ports: - "2181:2181" container_name: sharding-sphere-zookeeper etcd: ## get more versions of etcd here : https://quay.io/repository/coreos/etcd?tag=latest&tab=tags image: "quay.io/coreos/etcd:v3.3.12" ports: - "2379:2379" - "2380:2380" - "4001:4001" container_name: sharding-sphere-etcd entrypoint: /usr/local/bin/etcd command: - '--advertise-client-urls=http://0.0.0.0:2379' - '--listen-client-urls=http://0.0.0.0:2379' - '--initial-advertise-peer-urls=http://0.0.0.0:2380' - '--listen-peer-urls=http://0.0.0.0:2380' - '--initial-cluster' - 'default=http://0.0.0.0:2380' docker/sharding-proxy/orchestration/run.sh 0 → 100644 +3 −0 Original line number Diff line number Diff line #!/usr/bin/env bash docker-compose up -d docker/sharding-proxy/orchestration/stop.sh 0 → 100644 +3 −0 Original line number Diff line number Diff line #!/usr/bin/env bash docker-compose down Loading
docker/sharding-proxy/orchestration/docker-compose.yml 0 → 100644 +25 −0 Original line number Diff line number Diff line version: '3' services: zookeeper: ## get more versions of zookeeper here : https://hub.docker.com/_/zookeeper?tab=tags image: "zookeeper:3.4" ports: - "2181:2181" container_name: sharding-sphere-zookeeper etcd: ## get more versions of etcd here : https://quay.io/repository/coreos/etcd?tag=latest&tab=tags image: "quay.io/coreos/etcd:v3.3.12" ports: - "2379:2379" - "2380:2380" - "4001:4001" container_name: sharding-sphere-etcd entrypoint: /usr/local/bin/etcd command: - '--advertise-client-urls=http://0.0.0.0:2379' - '--listen-client-urls=http://0.0.0.0:2379' - '--initial-advertise-peer-urls=http://0.0.0.0:2380' - '--listen-peer-urls=http://0.0.0.0:2380' - '--initial-cluster' - 'default=http://0.0.0.0:2380'
docker/sharding-proxy/orchestration/run.sh 0 → 100644 +3 −0 Original line number Diff line number Diff line #!/usr/bin/env bash docker-compose up -d
docker/sharding-proxy/orchestration/stop.sh 0 → 100644 +3 −0 Original line number Diff line number Diff line #!/usr/bin/env bash docker-compose down