mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 16:30:19 +00:00
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
|