Aryamanz29 / Elastic-CFC

A Logs analyzer for developers builds on top of elastic search. 📜⚡
https://github.com/Aryamanz29/Elastic-CFC
14 stars 9 forks source link

Dockerize the frontend app & the backend services #25

Closed hazemessam closed 2 years ago

hazemessam commented 2 years ago

Related Issues or bug

Fixes: #22

image

hazemessam commented 2 years ago

Please, note that we don't need to change the backend address from localhost:8000 to backend:8000 in the frontend, because the frontend will request the backend from the browser and the browser can access the backend container using localhost

Aryamanz29 commented 2 years ago

Please, note that we don't need to change the backend address from localhost:8000 to backend:8000 in the frontend, because the frontend will request the backend from the browser and the browser can access the backend container using localhost

You're right :+1:, It just mapped localhost address. We don't need to change that