mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
e72ed593be
Signed-off-by: Rakshith R <rar@redhat.com>
22 lines
357 B
YAML
22 lines
357 B
YAML
version: '3'
|
|
services:
|
|
builder:
|
|
build:
|
|
context: .
|
|
environment:
|
|
CGO_ENABLED: 0
|
|
volumes:
|
|
- ./build:/project/build
|
|
|
|
dependencies:
|
|
image: waisbrot/wait
|
|
environment:
|
|
TARGETS: pykmip-server:5696
|
|
depends_on:
|
|
- pykmip-server
|
|
|
|
pykmip-server:
|
|
build:
|
|
context: pykmip-server
|
|
ports:
|
|
- 5696:5696 |