From 8d5ea43decb21447a85a767f65184b591e31a659 Mon Sep 17 00:00:00 2001 From: Jason Feibelman Date: Wed, 26 Mar 2025 16:46:23 -0400 Subject: [PATCH] Only page not working is Chats (SQL Lite error) --- docker-compose.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker-compose.yaml b/docker-compose.yaml index ca5bc00..2b16bb5 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -17,6 +17,9 @@ services: environment: - SEARXNG_API_URL=http://searxng:8080 - CHOKIDAR_USEPOLLING=true + - NEXT_PUBLIC_AWS_DB_API_URL=https://lyxeetk4w1.execute-api.us-east-1.amazonaws.com/default/getFromStockalyzerDB + - NEXT_PUBLIC_AWS_DB_API_KEY=0KcuAyP5zT8kk2vW4MXAU9lMi52Yorti4vRwLwia + - NODE_ENV=development ports: - 3000:3000 networks: