kubernetes-yaml/learn/learn-kubernetes-master/kiamol/ch12/docker-images/docker-compose.yml

7 lines
144 B
YAML
Raw Normal View History

version: "3.7"
services:
ch12-memory-allocator:
image: kiamol/ch12-memory-allocator:latest
build:
context: ./memory-allocator