调整model的存放位置

This commit is contained in:
2024-07-18 16:23:58 +08:00
parent 9bd7038d5f
commit cb77f229ab
5 changed files with 148 additions and 6 deletions

View File

@@ -8,6 +8,7 @@ services:
VERSION: "0.0.3"
volumes:
- ./log:/app/log
- ./model:/app/model
restart: always
command: [ "photo_review.py", "--clean", "True" ]
deploy:
@@ -23,6 +24,7 @@ services:
image: fcb_photo_review
volumes:
- ./log:/app/log
- ./model:/app/model
restart: always
depends_on:
- photo_review_1
@@ -40,6 +42,7 @@ services:
image: fcb_photo_review
volumes:
- ./log:/app/log
- ./model:/app/model
restart: always
depends_on:
- photo_review_2
@@ -57,6 +60,7 @@ services:
image: fcb_photo_review
volumes:
- ./log:/app/log
- ./model:/app/model
restart: always
depends_on:
- photo_review_3
@@ -74,6 +78,7 @@ services:
image: fcb_photo_review
volumes:
- ./log:/app/log
- ./model:/app/model
restart: always
depends_on:
- photo_review_4