fix(docker): fix Docker compose to use .env files
This commit is contained in:
parent
68b649cff8
commit
eda2c3975a
4 changed files with 26 additions and 11 deletions
3
.env.example
Normal file
3
.env.example
Normal file
|
@ -0,0 +1,3 @@
|
|||
NEXT_PUBLIC_WS_URL=ws://localhost:3001
|
||||
NEXT_PUBLIC_API_URL=http://localhost:3001/api
|
||||
SEARXNG_API_URL=http://searxng:8080
|
Loading…
Add table
Add a link
Reference in a new issue