idurar / idurar-erp-crm

Free Open Source ERP CRM Accounting Invoicing Software | Node Js React
https://cloud.idurarapp.com
GNU Affero General Public License v3.0
6.58k stars 2.04k forks source link

Fix/docker compose file #953

Closed johnvan7 closed 9 months ago

johnvan7 commented 9 months ago

Description

-By setting MongoDB port as 27017:27017 it will be exposed out of the container. So in this PR I've created a virtual network between the backend and the database to unexpose it.

-Added "depends_on" in the frontend to wait that backend has started.

Checklist

salahlalami commented 9 months ago

Thank you @johnvan7