11 lines
210 B
YAML
11 lines
210 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
ch09-vweb-v1:
|
|
image: kiamol/ch09-vweb:v1-linux-arm64
|
|
|
|
ch09-vweb-v2:
|
|
image: kiamol/ch09-vweb:v2-linux-arm64
|
|
|
|
ch09-vweb-v3:
|
|
image: kiamol/ch09-vweb:v3-linux-arm64 |