Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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}"]
Expand Down
2 changes: 1 addition & 1 deletion envSample
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down