Go to file
StefanMoCoAt e6aa22acdb
Some checks failed
Build and Publish Docker Images / build-and-push (., backend/infrastructure/gateway/Dockerfile, api-gateway, api-gateway) (push) Successful in 12m14s
Build and Publish Docker Images / build-and-push (., backend/services/ping/Dockerfile, ping-service, ping-service) (push) Successful in 9m25s
Build and Publish Docker Images / build-and-push (., config/docker/caddy/web-app/Dockerfile, web-app, web-app) (push) Failing after 29m52s
Build and Publish Docker Images / build-and-push (., config/docker/keycloak/Dockerfile, keycloak, keycloak) (push) Successful in 1m57s
Fix: Rename Docker image for gateway service and reformat sqlite-config.js for consistency
2026-03-04 17:57:31 +01:00
_backup chore(backend): add .keep file to ensure services directory is tracked 2026-02-01 17:55:32 +01:00
.gemini docs: restructure domain documentation and update references 2026-01-15 13:44:49 +01:00
.gitea/workflows Fix: Rename Docker image for gateway service and reformat sqlite-config.js for consistency 2026-03-04 17:57:31 +01:00
.github chore(ci, quality): introduce PR Guard workflow to detect hardcoded dependency versions 2026-01-31 18:45:24 +01:00
.junie docs: restructure domain documentation and update references 2026-01-15 13:44:49 +01:00
backend refactor: remove Dockerfile syntax directives to simplify and standardize definitions 2026-02-13 16:59:02 +01:00
config refactor: remove Dockerfile syntax directives to simplify and standardize definitions 2026-02-13 16:59:02 +01:00
contracts build: switch to hybrid build for Kotlin/JS web-app and optimize Docker setup 2026-02-04 15:34:40 +01:00
core build: switch to hybrid build for Kotlin/JS web-app and optimize Docker setup 2026-02-04 15:34:40 +01:00
docs Infrastruktur steht, bereit für den Runner 2026-03-03 18:18:42 +01:00
frontend Fix: Rename Docker image for gateway service and reformat sqlite-config.js for consistency 2026-03-04 17:57:31 +01:00
gradle refactor: replace Redis references with Valkey in tests and cache modules 2026-02-12 20:35:25 +01:00
kotlin-js-store build: switch to hybrid build for Kotlin/JS web-app and optimize Docker setup 2026-02-04 15:34:40 +01:00
platform chore: refactor Gradle config, standardize Kotlin MPP plugin usage, and update dependencies 2026-02-03 22:11:31 +01:00
.dockerignore build: switch to hybrid build for Kotlin/JS web-app and optimize Docker setup 2026-02-04 15:34:40 +01:00
.editorconfig Fix: Test-Commit für VCS-Integration (MP-8) (#15) 2025-11-07 12:26:33 +01:00
.env refactor: standardize environment variable naming and add PING_SERVICE_URL configuration 2026-02-13 15:00:12 +01:00
.env.example refactor: update docker images to use custom registry and optimize configurations 2026-02-12 20:35:25 +01:00
.gitignore docs: add Gitea Actions caching guide and update .gitignore 2026-02-09 13:13:17 +01:00
AGENTS.md docs: archive outdated reports and organize references 2026-01-23 13:34:20 +01:00
build.gradle.kts build: aggregate Dokka outputs and add module index generation 2026-02-05 12:49:30 +01:00
dc-backend.yaml refactor: standardize environment variable naming and add PING_SERVICE_URL configuration 2026-02-13 15:00:12 +01:00
dc-gui.yaml Erster - Push für Zora 2026-02-11 00:01:05 +01:00
dc-infra.yaml refactor: standardize environment variable naming and add PING_SERVICE_URL configuration 2026-02-13 15:00:12 +01:00
dc-ops.yaml refactor: standardize environment variable naming and add PING_SERVICE_URL configuration 2026-02-13 15:00:12 +01:00
docker-compose.yaml Trigger build: wake up the beast 2026-03-03 18:54:41 +01:00
gradle.properties build: aggregate Dokka outputs and add module index generation 2026-02-05 12:49:30 +01:00
gradlew refactor(build): remove unused files and adjust JVM toolchain to Java 24 2026-01-03 15:49:09 +01:00
gradlew.bat refactor(build): remove unused files and adjust JVM toolchain to Java 24 2026-01-03 15:49:09 +01:00
LICENSE Create LICENSE 2025-04-17 13:19:13 +02:00
README.md docs: update test check timestamp in README 2026-03-03 18:50:07 +01:00
settings.gradle.kts refactor: update docker images to use custom registry and optimize configurations 2026-02-12 20:35:25 +01:00

Meldestelle

Modulares System für Pferdesportveranstaltungen mit Domain-Driven Design, Kotlin Multiplatform und Microservices.

CI Pipeline License: MIT


📚 Dokumentation: Die einzige Quelle der Wahrheit

Die gesamte Projekt-Dokumentation von der Architektur über die fachliche Domäne bis hin zu den Entwickler-Anleitungen befindet sich im /docs Verzeichnis.

Starte hier:

-> docs/README.md


🚀 Quick Start

Diese Befehle starten die Kern-Infrastruktur und die Services.

# 1. Umgebungsvariablen vorbereiten (nur beim ersten Mal)
cp .env.example .env

# 2. Gesamtes System mit Docker Compose starten
docker compose up -d

Für detailliertere Anleitungen, wie z.B. das Starten einzelner Services oder das Frontend-Setup, siehe die -> Lokale Setup-Anleitung.


🤝 Contributing

Beiträge sind willkommen. Bitte beachte unseren → Branch- und PR-Workflow.

📜 Lizenz

Dieses Projekt steht unter der MIT License.


Test-Check vom Arbeitsplatz am Di 03 März 2026 18:50 CET