添加构建镜像配置

This commit is contained in:
2024-10-17 14:04:43 +08:00
parent 06869e691f
commit 5dee4ed568

View File

@@ -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