refactoring: Docker-Dateien Api-Gateway

This commit is contained in:
2025-11-25 13:04:25 +01:00
parent 45fe774a45
commit b8af69ccf6
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ services:
GRADLE_VERSION: 9.1.0 GRADLE_VERSION: 9.1.0
JAVA_VERSION: 21 JAVA_VERSION: 21
VERSION: 1.0.0 VERSION: 1.0.0
BUILD_DATE: "2025-11-21" BUILD_DATE: "2025-11-25"
container_name: ${COMPOSE_PROJECT_NAME}-gateway container_name: ${COMPOSE_PROJECT_NAME}-gateway
restart: no restart: no
ports: ports:
@@ -125,7 +125,8 @@ data class GatewaySecurityProperties(
"/actuator/**", "/actuator/**",
"/webjars/**", "/webjars/**",
"/v3/api-docs/**", "/v3/api-docs/**",
"/api/auth/**" // Alle Auth-Endpunkte "/api/auth/**", // Alle Auth-Endpunkte
"/api/ping/**"
) )
) )