mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-03-06 12:20:45 +01:00
bug fix: n8n install
This commit is contained in:
@@ -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}}}}'"
|
||||
|
||||
Reference in New Issue
Block a user