fix(comfyui): 修正服务依赖配置
- 将comfy-server依赖替换为easyai-server - 确保服务启动顺序正确
This commit is contained in:
+1
-1
@@ -429,7 +429,7 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
easyai-pgvector:
|
easyai-pgvector:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
comfy-server:
|
easyai-server:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file:
|
env_file:
|
||||||
|
|||||||
Reference in New Issue
Block a user