refactor: update docker images to use custom registry and optimize configurations
Switched container images in `dc-infra.yaml` to a custom Docker registry for better control and consistency across deployments. Added Keycloak with enhanced configurations and updated several container restart policies, memory allocations, and healthcheck settings for improved performance and compatibility.
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ import kotlin.uuid.Uuid
|
||||
interface EventSerializer {
|
||||
/**
|
||||
* Serialisiert ein Domain-Event zu einer Map von Strings zu Strings.
|
||||
* Dieses Format ist für die Speicherung in Redis Streams geeignet.
|
||||
* Dieses Format ist für die Speicherung in Valkey Streams geeignet.
|
||||
*
|
||||
* @param event Das zu serialisierende Event
|
||||
* @return Eine Map von Strings zu Strings, die das Event repräsentiert
|
||||
|
||||
Reference in New Issue
Block a user