fixed searxng url

This commit is contained in:
Neil Yeung 2025-03-27 19:34:10 +00:00
parent 953e5b8715
commit 0967da285d

View file

@ -17,7 +17,7 @@ services:
env_file: env_file:
- .env # env variables for auth0 - .env # env variables for auth0
environment: environment:
- SEARXNG_API_URL=http://localhost:8080 - SEARXNG_API_URL=http://searxng:8080
ports: ports:
- 3000:3000 - 3000:3000
networks: networks: