Add deploy instructions to CLAUDE.md

This commit is contained in:
2026-02-27 16:15:46 +01:00
parent 2638dfa4d0
commit 39a33ec2cf

View File

@@ -120,6 +120,16 @@ curl -X POST http://localhost:3000/api/v1/invoice/qr-bill \
- **Gitea**: https://git.tradeo.de/mehmed/QR-Invoice.git - **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 ## 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) - [SIX QR-Bill Spezifikation](https://www.six-group.com/dam/download/banking-services/standardization/qr-bill/ig-qr-bill-v2.3-en.pdf)