修正服务依赖关系

This commit is contained in:
2024-08-28 17:23:41 +08:00
parent a427ad01b9
commit 2ef9b74777

View File

@@ -29,6 +29,8 @@ services:
volumes:
- ./log:/app/log
- ./model:/app/model
depends_on:
- det_api
command: [ "photo_review.py", "--clean", "True" ]
deploy:
resources: