aki-008 commited on
Commit
2c76876
·
1 Parent(s): 05465db

chore: docker compose updated

Browse files
Files changed (1) hide show
  1. docker-compose.yml +1 -2
docker-compose.yml CHANGED
@@ -47,8 +47,7 @@ services:
47
  env_file:
48
  - .env
49
  environment:
50
- # Override config to point to docker service names
51
- # NOTE: Ensure the DB name 'studentdb' matches POSTGRES_DB above or update accordingly in your .env
52
  DATABASE_URL: postgresql+asyncpg://${POSTGRES_USER:-postgres}:${POSTGRES_PASSWORD:-password}@db:5432/studentdb
53
  chroma_host: chromadb
54
  chroma_port: 8000
 
47
  env_file:
48
  - .env
49
  environment:
50
+ # Use 'studentdb' as the database name to match the 'db' service configuration
 
51
  DATABASE_URL: postgresql+asyncpg://${POSTGRES_USER:-postgres}:${POSTGRES_PASSWORD:-password}@db:5432/studentdb
52
  chroma_host: chromadb
53
  chroma_port: 8000