From 73b845bb47acc1863c69135ab68fc8c66b355a0d Mon Sep 17 00:00:00 2001 From: avirajsingh7 Date: Mon, 17 Mar 2025 10:50:54 +0530 Subject: [PATCH 1/2] use latest docker image --- docker-compose.yml | 2 +- envSample | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index c92d5d445..a4d21539c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ services: db: - image: postgres:12 + image: postgres:16 restart: always healthcheck: test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER} -d ${POSTGRES_DB}"] diff --git a/envSample b/envSample index 8c9457bc9..be068d207 100644 --- a/envSample +++ b/envSample @@ -18,7 +18,7 @@ PROJECT_NAME="AI Platform" STACK_NAME=ai-platform # Backend -BACKEND_CORS_ORIGINS="http://localhost" +BACKEND_CORS_ORIGINS="http://localhost:5173" SECRET_KEY=changethis FIRST_SUPERUSER=admin@example.com FIRST_SUPERUSER_PASSWORD=changethis @@ -33,7 +33,7 @@ SMTP_SSL=False SMTP_PORT=587 # Postgres -POSTGRES_SERVER=localhost +# POSTGRES_SERVER=localhost POSTGRES_PORT=5432 POSTGRES_DB=app POSTGRES_USER=postgres From 5100276d319c8693c01ff79778038da9c843afcf Mon Sep 17 00:00:00 2001 From: avirajsingh7 Date: Wed, 19 Mar 2025 14:08:08 +0530 Subject: [PATCH 2/2] update envsample --- envSample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envSample b/envSample index be068d207..764b41b20 100644 --- a/envSample +++ b/envSample @@ -33,7 +33,7 @@ SMTP_SSL=False SMTP_PORT=587 # Postgres -# POSTGRES_SERVER=localhost +POSTGRES_SERVER=localhost POSTGRES_PORT=5432 POSTGRES_DB=app POSTGRES_USER=postgres