fix(doc): fixing Lint Critical Markdown (MP-17) (#17)

This commit is contained in:
2025-11-12 00:10:44 +01:00
parent 5cc1ee6e4d
commit b5b87292fe
8 changed files with 10 additions and 46 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# Docker Compose - Client Applications
# Generated from docker/versions.toml
# Environment: development
# Generated: 2025-11-11 16:11:31 UTC
# Generated: 2025-11-11 23:07:01 UTC
# ===================================================================
services:
+1 -1
View File
@@ -2,7 +2,7 @@
# Docker Compose - Application Services
# Generated from docker/versions.toml
# Environment: development
# Generated: 2025-11-11 16:11:31 UTC
# Generated: 2025-11-11 23:07:01 UTC
# ===================================================================
services:
+1 -40
View File
@@ -2,7 +2,7 @@
# Docker Compose - Infrastructure Services
# Generated from docker/versions.toml
# Environment: development
# Generated: 2025-11-11 16:11:31 UTC
# Generated: 2025-11-11 23:07:01 UTC
# ===================================================================
services:
@@ -111,9 +111,6 @@ services:
start_period: 40s
restart: unless-stopped
# ===================================================================
# Grafana
# ===================================================================
grafana:
image: grafana/grafana:${DOCKER_GRAFANA_VERSION:-11.3.0}
container_name: meldestelle-grafana
@@ -139,42 +136,6 @@ services:
start_period: 40s
restart: unless-stopped
# ===================================================================
# Zipkin
# ===================================================================
zipkin:
image: openzipkin/zipkin:2
ports:
- "9411:9411"
networks:
- meldestelle-network
healthcheck:
test: ["CMD", "wget", "-q", "-O", "-", "http://localhost:9411/health"]
interval: 10s
timeout: 5s
retries: 3
start_period: 10s
restart: unless-stopped
# ===================================================================
# Consul
# ===================================================================
consul:
image: hashicorp/consul:1.15
ports:
- "8500:8500"
- "8600:8600/udp"
command: agent -server -ui -node=server-1 -bootstrap-expect=1 -client=0.0.0.0
networks:
- meldestelle-network
healthcheck:
test: [ "CMD", "curl", "-f", "http://localhost:8500/v1/status/leader" ]
interval: 10s
timeout: 5s
retries: 3
start_period: 15s
restart: unless-stopped
# ===================================================================
# Volumes
# ===================================================================
+1 -1
View File
@@ -1,7 +1,7 @@
# ===================================================================
# Clients Docker Build Arguments - dockerfiles/clients/*
# Source: docker/versions.toml [categories.clients]
# Last updated: 2025-11-11 16:11:09 UTC
# Last updated: 2025-11-11 22:36:33 UTC
# ===================================================================
# --- Include Global Arguments ---
+1 -1
View File
@@ -1,7 +1,7 @@
# ===================================================================
# Global Docker Build Arguments - Used by all categories
# Source: docker/versions.toml
# Last updated: 2025-11-11 16:11:09 UTC
# Last updated: 2025-11-11 22:36:33 UTC
# ===================================================================
# --- Build Tools ---
+1 -1
View File
@@ -1,7 +1,7 @@
# ===================================================================
# Infrastructure Docker Build Arguments - dockerfiles/infrastructure/*
# Source: docker/versions.toml [categories.infrastructure]
# Last updated: 2025-11-11 16:11:09 UTC
# Last updated: 2025-11-11 22:36:33 UTC
# ===================================================================
# --- Include Global Arguments ---
+1 -1
View File
@@ -1,7 +1,7 @@
# ===================================================================
# Services Docker Build Arguments - dockerfiles/services/*
# Source: docker/versions.toml [categories.services]
# Last updated: 2025-11-11 16:11:09 UTC
# Last updated: 2025-11-11 22:36:33 UTC
# ===================================================================
# --- Include Global Arguments ---
+3
View File
@@ -41,6 +41,7 @@ make services-logs
## Weitere Makefile-Befehle
Für eine vollständige Liste aller verfügbaren Befehle siehe:
- `make help` (im Terminal)
- [Docker Development Guide](../../.junie/guidelines/technology-guides/docker/docker-development.md#-vollständige-makefile-referenz)
@@ -66,8 +67,10 @@ curl -i http://localhost:4000/health || true
## Auth (Keycloak)
- Admin-Login (default): <http://localhost:8180>
- Username: KC_BOOTSTRAP_ADMIN_USERNAME (default: admin)
- Password: KC_BOOTSTRAP_ADMIN_PASSWORD (default: admin)
- Beim ersten Start wird der Realm aus docker/services/keycloak/meldestelle-realm.json importiert.
## Häufige Probleme