为了启动时顺序的清晰,调整服务的依赖关系

This commit is contained in:
2024-07-24 13:26:02 +08:00
parent 7aec8bd2b5
commit 7550af68db

View File

@@ -102,7 +102,7 @@ services:
- ./log:/app/log - ./log:/app/log
restart: always restart: always
depends_on: depends_on:
- photo_review_1 - photo_review_5
command: [ "photo_mask.py", "--clean", "True" ] command: [ "photo_mask.py", "--clean", "True" ]
deploy: deploy:
resources: resources: