调整model的存放位置
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user