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