Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.
Open
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 env.example → .env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# LearnHouse Self-Hosting Environment Variables
# Copy this file to .env and customize the values for your deployment
# cp env.example .env
# cp .env.example .env

# =============================================================================
# Domain & Hosting Configuration
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:
retries: 3

db:
image: postgres:16-alpine
image: pgvector/pgvector:pg16
container_name: learnhouse-db
restart: unless-stopped
env_file:
Expand Down