Fertige Images für XRechnung und Peppol BIS Billing
Validiert Peppol BIS Billing 3.0.20.
docker run -d -p 8081:8081 apps4everything/kosit-validator-peppol:3.0.20-1
Beide Images stellen die gleiche HTTP-API auf Port 8081 bereit.
curl -X POST http://localhost:8081/ \
-H "Content-Type: application/xml" \
-d @rechnung.xml
curl http://localhost:8081/server/health
# Repository klonen
git clone https://github.com/apps4everything/kosit-docker.git
cd kosit-docker
# XRechnung Image bauen
cd xrechnung
docker build -t kosit-validator .
# Peppol Image bauen
cd ../peppol
docker build -t kosit-validator-peppol .
| Image | KoSIT Validator | Konfiguration |
|---|---|---|
kosit-validator-xrechnung:3.0.2-1 |
1.6.1 | XRechnung 3.0.2 (2026-01-31) |
kosit-validator-peppol:3.0.20-1 |
1.6.1 | Peppol BIS Billing 3.0.20 (2025-11-24) |