docs(README): update readme with steps of docker deployment.
This commit is contained in:
parent
3ef759e5c2
commit
5465811781
1 changed files with 17 additions and 0 deletions
17
README.md
17
README.md
|
@ -58,6 +58,23 @@ flowchart LR
|
|||
items -->|item_id| item_properties
|
||||
properties -->|property_id| item_properties
|
||||
```
|
||||
## **Docker Deployment**
|
||||
|
||||
### **Prerequisites**
|
||||
- Docker installed on your system
|
||||
- Docker Compose (usually included with Docker Desktop)
|
||||
|
||||
### **Running with Docker**
|
||||
1. Clone the repository:
|
||||
```bash
|
||||
git clone https://forge.ftt.gmbh/ryanmwangi/Compware.git
|
||||
cd compareware
|
||||
```
|
||||
2. Start the container:
|
||||
```bash
|
||||
docker-compose up -d
|
||||
```
|
||||
3. Access the application at: [http://localhost:3000](http://localhost:3000)
|
||||
|
||||
### **Collaboration**
|
||||
We welcome contributions! Here’s how you can help:
|
||||
|
|
Loading…
Add table
Reference in a new issue