Delete 'stacks/cockroachdb/docker-stack.yml'

This commit is contained in:
2018-10-15 23:57:37 +00:00
parent ed453c97e8
commit 2793d3bbf5

View File

@@ -1,16 +0,0 @@
version: '3'
services:
roach1:
image: cockroachdb/cockroach:latest
command: "start --insecure"
deploy:
replicas: 1
ports:
- 8080
roachN:
image: cockroachdb/cockroach:latest
command: "start --insecure --join=roach1,roachN"
deploy:
mode: global