From fc8b0cc2ea9b25d7b02484633fd33e92d749dda9 Mon Sep 17 00:00:00 2001 From: Flexomatic81 Date: Fri, 27 Feb 2026 16:16:48 +0100 Subject: [PATCH] Add repository and deploy instructions to developer guide --- docs/DEVELOPER-GUIDE.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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**.