feat(docker-compose): use env vars from compose
This commit is contained in:
parent
c233362e70
commit
9f88d16ef1
2 changed files with 2 additions and 5 deletions
|
@ -13,9 +13,9 @@ services:
|
|||
build:
|
||||
context: .
|
||||
dockerfile: backend.dockerfile
|
||||
args:
|
||||
- SEARXNG_API_URL=http://searxng:8080
|
||||
image: itzcrazykns1337/perplexica-backend:main
|
||||
environment:
|
||||
- SEARXNG_API_URL=http://searxng:8080
|
||||
depends_on:
|
||||
- searxng
|
||||
ports:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue