FIX: Update docker-compose.yaml to handle bundled/unbundled SearXNG installs

This commit is contained in:
Ber Gutman 2024-10-13 23:41:15 +02:00
parent 0a7167eb04
commit 5352a83a8b
2 changed files with 5 additions and 3 deletions

View file

@ -8,6 +8,8 @@ services:
networks:
- perplexica-network
restart: unless-stopped
profiles:
- bundled
perplexica-backend:
build:
@ -16,8 +18,6 @@ services:
image: itzcrazykns1337/perplexica-backend:main
environment:
- SEARXNG_API_URL=http://searxng:8080
depends_on:
- searxng
ports:
- 3001:3001
volumes: