Skip to content

Commit

Permalink
Do not auto restart khoj docker services by default
Browse files Browse the repository at this point in the history
Let folks who want to add that, add it manually if they want to. It
creates too much noise for folks having trouble with self-host setup
  • Loading branch information
debanjum committed Jan 15, 2025
1 parent 85c537a commit 92a1ec7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
services:
database:
image: ankane/pgvector
restart: always
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
Expand All @@ -15,10 +14,8 @@ services:
retries: 5
sandbox:
image: ghcr.io/khoj-ai/terrarium:latest
restart: unless-stopped
search:
image: docker.io/searxng/searxng:latest
restart: unless-stopped
volumes:
- khoj_search:/etc/searxng
environment:
Expand All @@ -29,7 +26,6 @@ services:
condition: service_healthy
# Use the following line to use the latest version of khoj. Otherwise, it will build from source. Set this to ghcr.io/khoj-ai/khoj-cloud:latest if you want to use the prod image.
image: ghcr.io/khoj-ai/khoj:latest
restart: unless-stopped
# Uncomment the following line to build from source. This will take a few minutes. Comment the next two lines out if you want to use the official image.
# build:
# context: .
Expand Down

0 comments on commit 92a1ec7

Please sign in to comment.