diff --git a/docs/DEVELOPER-GUIDE.md b/docs/DEVELOPER-GUIDE.md index ef394c7..6861f2a 100644 --- a/docs/DEVELOPER-GUIDE.md +++ b/docs/DEVELOPER-GUIDE.md @@ -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**.