Add repository and deploy instructions to developer guide

This commit is contained in:
2026-02-27 16:16:48 +01:00
parent 39a33ec2cf
commit fc8b0cc2ea

View File

@@ -266,3 +266,19 @@ Health Check:
GET /health
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**.