Update docker-compose to use beta images for frontend and backend services; clean up install script
This commit is contained in:
@@ -484,7 +484,6 @@ wait_for_services() {
|
||||
|
||||
local max_attempts=30
|
||||
local attempt=1
|
||||
|
||||
while [ $attempt -le $max_attempts ]; do
|
||||
if curl -s -o /dev/null -w "%{http_code}" "$FRONTEND_ORIGIN" | grep -q "200\|404\|302"; then
|
||||
log_success "Frontend is responding"
|
||||
@@ -511,7 +510,6 @@ print_success_message() {
|
||||
local ip_address
|
||||
ip_address=$(hostname -I 2>/dev/null | cut -d' ' -f1 || echo "localhost")
|
||||
|
||||
clear
|
||||
echo ""
|
||||
cat << 'EOF'
|
||||
╔══════════════════════════════════════════════════════════════════════╗
|
||||
|
||||
Reference in New Issue
Block a user