新增learn-kubernetes(https://github.com/yyong-brs/learn-kubernetes)相关文件
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
version: "3.7"
|
||||
|
||||
services:
|
||||
ch14-access-log:
|
||||
image: kiamol/ch14-access-log:latest
|
||||
build:
|
||||
context: ./access-log
|
||||
|
||||
ch14-image-gallery:
|
||||
image: kiamol/ch14-image-gallery:latest
|
||||
build:
|
||||
context: ./image-gallery
|
||||
|
||||
ch14-image-of-the-day:
|
||||
image: kiamol/ch14-image-of-the-day:latest
|
||||
build:
|
||||
context: ./image-of-the-day
|
||||
Reference in New Issue
Block a user