From 39a33ec2cfffecae47edcf43bcff7e71373040d7 Mon Sep 17 00:00:00 2001 From: Flexomatic81 Date: Fri, 27 Feb 2026 16:15:46 +0100 Subject: [PATCH] Add deploy instructions to CLAUDE.md --- CLAUDE.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index b9836ac..0816eee 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -120,6 +120,16 @@ curl -X POST http://localhost:3000/api/v1/invoice/qr-bill \ - **Gitea**: 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**. + ## Externe Ressourcen - [SIX QR-Bill Spezifikation](https://www.six-group.com/dam/download/banking-services/standardization/qr-bill/ig-qr-bill-v2.3-en.pdf)