fix(doc): fixing Lint Critical Markdown (MP-17) (#17)
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
# Docker Compose - Client Applications
|
# Docker Compose - Client Applications
|
||||||
# Generated from docker/versions.toml
|
# Generated from docker/versions.toml
|
||||||
# Environment: development
|
# Environment: development
|
||||||
# Generated: 2025-11-11 16:11:31 UTC
|
# Generated: 2025-11-11 23:07:01 UTC
|
||||||
# ===================================================================
|
# ===================================================================
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# Docker Compose - Application Services
|
# Docker Compose - Application Services
|
||||||
# Generated from docker/versions.toml
|
# Generated from docker/versions.toml
|
||||||
# Environment: development
|
# Environment: development
|
||||||
# Generated: 2025-11-11 16:11:31 UTC
|
# Generated: 2025-11-11 23:07:01 UTC
|
||||||
# ===================================================================
|
# ===================================================================
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|||||||
+1
-40
@@ -2,7 +2,7 @@
|
|||||||
# Docker Compose - Infrastructure Services
|
# Docker Compose - Infrastructure Services
|
||||||
# Generated from docker/versions.toml
|
# Generated from docker/versions.toml
|
||||||
# Environment: development
|
# Environment: development
|
||||||
# Generated: 2025-11-11 16:11:31 UTC
|
# Generated: 2025-11-11 23:07:01 UTC
|
||||||
# ===================================================================
|
# ===================================================================
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -111,9 +111,6 @@ services:
|
|||||||
start_period: 40s
|
start_period: 40s
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
# ===================================================================
|
|
||||||
# Grafana
|
|
||||||
# ===================================================================
|
|
||||||
grafana:
|
grafana:
|
||||||
image: grafana/grafana:${DOCKER_GRAFANA_VERSION:-11.3.0}
|
image: grafana/grafana:${DOCKER_GRAFANA_VERSION:-11.3.0}
|
||||||
container_name: meldestelle-grafana
|
container_name: meldestelle-grafana
|
||||||
@@ -139,42 +136,6 @@ services:
|
|||||||
start_period: 40s
|
start_period: 40s
|
||||||
restart: unless-stopped
|
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
|
# Volumes
|
||||||
# ===================================================================
|
# ===================================================================
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# ===================================================================
|
# ===================================================================
|
||||||
# Clients Docker Build Arguments - dockerfiles/clients/*
|
# Clients Docker Build Arguments - dockerfiles/clients/*
|
||||||
# Source: docker/versions.toml [categories.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 ---
|
# --- Include Global Arguments ---
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# ===================================================================
|
# ===================================================================
|
||||||
# Global Docker Build Arguments - Used by all categories
|
# Global Docker Build Arguments - Used by all categories
|
||||||
# Source: docker/versions.toml
|
# Source: docker/versions.toml
|
||||||
# Last updated: 2025-11-11 16:11:09 UTC
|
# Last updated: 2025-11-11 22:36:33 UTC
|
||||||
# ===================================================================
|
# ===================================================================
|
||||||
|
|
||||||
# --- Build Tools ---
|
# --- Build Tools ---
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# ===================================================================
|
# ===================================================================
|
||||||
# Infrastructure Docker Build Arguments - dockerfiles/infrastructure/*
|
# Infrastructure Docker Build Arguments - dockerfiles/infrastructure/*
|
||||||
# Source: docker/versions.toml [categories.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 ---
|
# --- Include Global Arguments ---
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# ===================================================================
|
# ===================================================================
|
||||||
# Services Docker Build Arguments - dockerfiles/services/*
|
# Services Docker Build Arguments - dockerfiles/services/*
|
||||||
# Source: docker/versions.toml [categories.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 ---
|
# --- Include Global Arguments ---
|
||||||
|
|||||||
@@ -41,6 +41,7 @@ make services-logs
|
|||||||
## Weitere Makefile-Befehle
|
## Weitere Makefile-Befehle
|
||||||
|
|
||||||
Für eine vollständige Liste aller verfügbaren Befehle siehe:
|
Für eine vollständige Liste aller verfügbaren Befehle siehe:
|
||||||
|
|
||||||
- `make help` (im Terminal)
|
- `make help` (im Terminal)
|
||||||
- [Docker Development Guide](../../.junie/guidelines/technology-guides/docker/docker-development.md#-vollständige-makefile-referenz)
|
- [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)
|
## Auth (Keycloak)
|
||||||
|
|
||||||
- Admin-Login (default): <http://localhost:8180>
|
- Admin-Login (default): <http://localhost:8180>
|
||||||
|
|
||||||
- Username: KC_BOOTSTRAP_ADMIN_USERNAME (default: admin)
|
- Username: KC_BOOTSTRAP_ADMIN_USERNAME (default: admin)
|
||||||
- Password: KC_BOOTSTRAP_ADMIN_PASSWORD (default: admin)
|
- Password: KC_BOOTSTRAP_ADMIN_PASSWORD (default: admin)
|
||||||
|
|
||||||
- Beim ersten Start wird der Realm aus docker/services/keycloak/meldestelle-realm.json importiert.
|
- Beim ersten Start wird der Realm aus docker/services/keycloak/meldestelle-realm.json importiert.
|
||||||
|
|
||||||
## Häufige Probleme
|
## Häufige Probleme
|
||||||
|
|||||||
Reference in New Issue
Block a user