8 lines
120 B
YAML
8 lines
120 B
YAML
services:
|
|
etcd:
|
|
build: docker/etcd
|
|
ports:
|
|
- 2379:2379
|
|
- 2380:2370
|
|
confd:
|
|
build: docker/confd |