diff --git a/run_worker.py b/run_worker.py index 520ddab..21f7fec 100644 --- a/run_worker.py +++ b/run_worker.py @@ -8,7 +8,7 @@ from temporal.workflow import SimulationWorkflow async def main(): - client = await Client.connect("http://192.168.1.86:7233") + client = await Client.connect("http://temporal:7233") try: worker = Worker( diff --git a/src/aeros_simulation/router.py b/src/aeros_simulation/router.py index 37b8702..1e6bf5e 100644 --- a/src/aeros_simulation/router.py +++ b/src/aeros_simulation/router.py @@ -79,7 +79,7 @@ async def run_simulations( ): """RUN Simulation""" - temporal_client = await Client.connect("http://192.168.1.86:7233") + temporal_client = await Client.connect("http://temporal:7233") simulation = await create_simulation( db_session=db_session, simulation_in=simulation_in