chore: minimal refactoring
All checks were successful
Build and Push RunPod Docker Image / build-and-push (push) Successful in 1m26s
All checks were successful
Build and Push RunPod Docker Image / build-and-push (push) Successful in 1m26s
This commit is contained in:
20
start.sh
20
start.sh
@@ -55,17 +55,25 @@ else
|
||||
echo " ⏭ Skipping"
|
||||
fi
|
||||
|
||||
# [5/7] Setting up tailscale
|
||||
echo "[5/7] Starting tailscale..."
|
||||
cd "$PWD/orchestrator"
|
||||
arty tailscale/start
|
||||
cd -
|
||||
echo " ✓ Started successfully"
|
||||
|
||||
# [6/7] Starting supervisor
|
||||
echo "[6/7] Starting supervisor..."
|
||||
cd "$PWD/orchestrator"
|
||||
arty supervisor/start
|
||||
cd -
|
||||
echo " ✓ Started successfully"
|
||||
|
||||
# Display connection information
|
||||
echo ""
|
||||
echo "========================================"
|
||||
echo " Container Ready"
|
||||
echo "========================================"
|
||||
echo "Services:"
|
||||
echo " - SSH: port 22"
|
||||
if [ -n "${TAILSCALE_IP:-}" ] && [ "$TAILSCALE_IP" != "not connected" ]; then
|
||||
echo " - Tailscale IP: $TAILSCALE_IP"
|
||||
fi
|
||||
echo ""
|
||||
echo "========================================"
|
||||
|
||||
# Keep container running
|
||||
|
||||
Reference in New Issue
Block a user