Update README.md
This commit is contained in:
parent
f758e5abed
commit
df59066d4f
10
README.md
10
README.md
@ -6,13 +6,13 @@ This project demonstrates the deployment of a multi-container web application us
|
||||
It includes:
|
||||
- Frontend (Nginx)
|
||||
- Backend (Node.js)
|
||||
- Database (MongoDB)
|
||||
- Database (PostgreSQL)
|
||||
- Mongo Express (DB UI)
|
||||
|
||||
---
|
||||
|
||||
## 🏗️ Architecture
|
||||
Browser → Frontend → Backend → MongoDB
|
||||
Browser → Frontend → Backend → PostgreSQL
|
||||
|
||||
---
|
||||
|
||||
@ -20,7 +20,7 @@ Browser → Frontend → Backend → MongoDB
|
||||
- Docker
|
||||
- Docker Compose
|
||||
- Node.js
|
||||
- MongoDB
|
||||
- PostgreSQL
|
||||
- Nginx
|
||||
|
||||
---
|
||||
@ -31,7 +31,7 @@ Browser → Frontend → Backend → MongoDB
|
||||
|----------------|------|
|
||||
| Frontend | 8080 |
|
||||
| Backend | 3000 |
|
||||
| MongoDB | 27017 |
|
||||
| PostgreSQL | 27017 |
|
||||
| Mongo Express | 8081 |
|
||||
|
||||
---
|
||||
@ -53,7 +53,7 @@ Browser → Frontend → Backend → MongoDB
|
||||
---
|
||||
|
||||
## 💾 Persistence
|
||||
MongoDB uses Docker volume (mongo-data), so data is محفوظ after restart.
|
||||
PostgreSQL uses Docker volume (mongo-data), so data is محفوظ after restart.
|
||||
|
||||
---
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user