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

12 lines
233 B
YAML
Raw Normal View History

version: "3.6"
services:
ch07-timecheck:
image: kiamol/ch07-timecheck:latest
build:
context: ./timecheck
ch07-simple-proxy:
image: kiamol/ch07-simple-proxy:latest
build:
context: ./simple-proxy