fix(docker): fix Docker compose to use .env files

This commit is contained in:
Damien Laureaux 2024-11-14 20:38:54 +01:00
parent 68b649cff8
commit eda2c3975a
No known key found for this signature in database
GPG key ID: 3802EADA1C1C604D
4 changed files with 26 additions and 11 deletions

3
.env.example Normal file
View 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