Add repository and deploy instructions to developer guide
This commit is contained in:
@@ -266,3 +266,19 @@ Health Check:
|
|||||||
GET /health
|
GET /health
|
||||||
GET /health/ready
|
GET /health/ready
|
||||||
```
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Repository & Deploy
|
||||||
|
|
||||||
|
**Repository:** https://git.tradeo.de/mehmed/QR-Invoice.git
|
||||||
|
|
||||||
|
### Deploy auf neuem Server
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git clone https://git.tradeo.de/mehmed/QR-Invoice.git
|
||||||
|
cd QR-Invoice
|
||||||
|
docker compose up -d
|
||||||
|
```
|
||||||
|
|
||||||
|
Service läuft dann auf Port **3050**.
|
||||||
|
|||||||
Reference in New Issue
Block a user