Add .env to dockerfile and fix SEARXNG URL var
This commit is contained in:
parent
8e413796d6
commit
a4c0fd7ea4
2 changed files with 10 additions and 5 deletions
|
|
@ -16,6 +16,8 @@ services:
|
|||
dockerfile: app.dockerfile
|
||||
environment:
|
||||
- SEARXNG_API_URL=http://searxng:8080
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- 3000:3000
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue