Add .env to dockerfile and fix SEARXNG URL var

This commit is contained in:
chand1012
2025-03-21 09:51:07 -04:00
parent 8e413796d6
commit a4c0fd7ea4
2 changed files with 10 additions and 5 deletions

View File

@@ -16,6 +16,8 @@ services:
dockerfile: app.dockerfile
environment:
- SEARXNG_API_URL=http://searxng:8080
env_file:
- .env
ports:
- 3000:3000
networks: