From 555a887b4e3844e410bdc7b65f513cc17c5c5209 Mon Sep 17 00:00:00 2001 From: Tudorel Oprisan Date: Mon, 15 Jun 2026 13:43:43 +0100 Subject: [PATCH] fixed port --- deploy/llm-sidecar.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/llm-sidecar.service b/deploy/llm-sidecar.service index 4918336..f193e59 100644 --- a/deploy/llm-sidecar.service +++ b/deploy/llm-sidecar.service @@ -14,7 +14,7 @@ Environment=SIDECAR_PORT=8081 Environment=PATH=/usr/local/bin:/usr/bin:/bin # Executable — adjust path as needed -ExecStart=/usr/bin/python3 -m uvicorn sidecar.app:app --host 0.0.0.0 --port 8081 +ExecStart=/usr/bin/python3 -m uvicorn sidecar.app:app --host 0.0.0.0 --port 8080 Restart=always RestartSec=3