From 843a11d08d69267c942d29ad39851be429134a31 Mon Sep 17 00:00:00 2001 From: Yann Ahlgrim <95847401+YannAhlgrim@users.noreply.github.com> Date: Thu, 23 Oct 2025 14:58:24 +0200 Subject: [PATCH] Update backend URL to production in docker-compose --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index d6a22cc..371afc1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -23,7 +23,7 @@ services: - "3000:3000" restart: unless-stopped environment: - - NEXT_PUBLIC_BACKEND_URL=http://localhost:8003 + - NEXT_PUBLIC_BACKEND_URL=https://yann1.ahlgrim.net # ollama: # # This is a placeholder image; ensure you have an Ollama-compatible image and models available.