bug fix: n8n install

This commit is contained in:
usmannasir
2025-04-10 17:46:33 +05:00
parent a742163ee5
commit 19427fcebb

View File

@@ -790,6 +790,7 @@ services:
##### N8N Container
def check_container_health(self, container_name, max_retries=3, delay=10):
return True
"""
Check if a container is healthy and running
"""
@@ -940,7 +941,6 @@ services:
return False
def monitor_deployment(self):
return True
try:
# Check container health
command = f"docker ps -a --filter name={self.data['sitename']} --format '{{{{.Status}}}}'"