How to Share a Dash App and Deploy on a local network using ODBC Connection

I just want to share a dash app as I want want any machine to use this app but when this machine connected to the same network…

as Here’s my simple connection looks like:

# connect db
engine = create_engine('mssql+pyodbc://WWX542337CDCD\SMARTRNO_EXPRESS/myDB?driver=SQL+Server+Native+Client+11.0')
cursor = engine.raw_connection().cursor()

as this is my DB Management Studio I use and connection type as the below figure:

enter image description here

So it’s able to deploy the app on a local server and make any machine access this app but must be in the same network?

Is there a way todo that, But I don’t want to make a static IP