[Step 4] Start the agent application

After configuring your environment variables, you’re ready to launch the application.

Use the following command to build and start all agent services

docker compose up

If you prefer to run it in detached mode (background), append the -d flag:

docker compose up -d

Once the application is running, check your console output. You should see a log message similar to:

Access HedgeFundInterviewWeb.Endpoint at http://localhost:4000

Last updated