From 7d82f3a7b42e75402e1e3f57b8a2053432da72dd Mon Sep 17 00:00:00 2001 From: wangbo Date: Mon, 2 Mar 2026 12:02:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96pg=E7=9A=84=E5=81=A5=E5=BA=B7?= =?UTF-8?q?=E6=A3=80=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 3f459a7..0e2edde 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -344,7 +344,7 @@ services: comfyai: ipv4_address: 172.21.0.13 healthcheck: - test: ["CMD-SHELL", "pg_isready -U ${ASG_POSTGRES_USER:-easyai}"] + test: ["CMD-SHELL", "pg_isready -U ${ASG_POSTGRES_USER:-easyai} -d ${ASG_POSTGRES_DB:-agent_governance}"] interval: 10s timeout: 5s retries: 5 @@ -365,7 +365,7 @@ services: comfyai: ipv4_address: 172.21.0.14 depends_on: - sg-postgres: + easyai-asg-pg: condition: service_healthy redis: condition: service_started