Trying to get droid search to work

This commit is contained in:
2026-03-13 18:42:44 +00:00
parent aee12cb2ec
commit 5250bca558
5 changed files with 3221 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ x-logging: &logging
max-file: "2"
x-firecrawl-service: &firecrawl-service
image: ghcr.io/mendableai/firecrawl
image: ghcr.io/firecrawl/firecrawl
x-firecrawl-env: &firecrawl-env
REDIS_URL: redis://redis:6379
@@ -166,6 +166,7 @@ services:
- db
librechat:
profiles: ["prod", "dev"]
image: ghcr.io/danny-avila/librechat-dev-api:latest
ports:
- 3080:3080
@@ -222,6 +223,7 @@ services:
- /mnt/tower/stardust/files/chris/:/files
searxng:
profiles: ["prod", "dev"]
image: docker.io/searxng/searxng:latest
restart: unless-stopped
networks:
@@ -664,6 +666,29 @@ services:
aliases:
- jvb.meet.jitsi
livekit:
profiles: ["prod", "dev"]
<<: *logging
image: livekit/livekit-server:latest
container_name: livekit-server
restart: unless-stopped
ports:
- "7880:7880"
- "7881:7881"
- "7882:7882/udp"
- "3478:3478/udp"
- "5349:5349"
environment:
- VIRTUAL_HOST=comms-api.${DOMAIN}
- VIRTUAL_PORT=7880
volumes:
- ./livekit/livekit.yaml:/etc/livekit.yaml:ro
command: --dev --config /etc/livekit.yaml
networks:
- nginx
- redis
db:
profiles: ["prod", "dev"]
<<: *logging
@@ -683,7 +708,7 @@ services:
playwright:
profiles: ["prod", "dev"]
<<: *logging
image: ghcr.io/mendableai/playwright-service:latest
image: ghcr.io/firecrawl/playwright-service:latest
environment:
PORT: 3000
BLOCK_MEDIA: true