bar-assistant / docker

21 stars 4 forks source link

Update with streamlined config #2

Closed karlomikus closed 1 year ago

MathieuMoalic commented 1 year ago

Hi, Having API_URL=$BASE_URL/bar in the .env does not resolve to the actual url. image

karlomikus commented 1 year ago

Interesting, it works in testing. Can you try with the following syntax:

MEILI_MASTER_KEY=
BASE_URL=http://localhost:3000
MEILISEARCH_URL=${BASE_URL}/search
API_URL=${BASE_URL}/bar
MathieuMoalic commented 1 year ago

yes that works !

zhdenny commented 1 year ago

Just did this big upgrade. Works beautifully now! And is much more secure now! Thank you dev!