添加构建镜像配置
This commit is contained in:
@@ -175,10 +175,12 @@ services:
|
|||||||
# - photo_review_4
|
# - photo_review_4
|
||||||
# command: [ 'photo_review.py' ]
|
# command: [ 'photo_review.py' ]
|
||||||
|
|
||||||
photo_mask_1:
|
photo_mask_test_1:
|
||||||
<<: *project_template
|
<<: *project_template
|
||||||
container_name: photo_mask_1
|
build:
|
||||||
hostname: photo_mask_1
|
context: .
|
||||||
|
container_name: photo_mask_test_1
|
||||||
|
hostname: photo_mask_test_1
|
||||||
depends_on:
|
depends_on:
|
||||||
- ocr
|
- ocr
|
||||||
- clas_orientation
|
- clas_orientation
|
||||||
|
|||||||
Reference in New Issue
Block a user