fix(frontend): testcommit #1
@ -65,12 +65,8 @@ USER eeg
|
|||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
||||||
HEALTHCHECK --interval=30s --timeout=5s --start-period=60s --retries=3 \
|
|
||||||
CMD curl -f http://localhost:8080/actuator/health || exit 1
|
|
||||||
|
|
||||||
ENTRYPOINT ["java", \
|
ENTRYPOINT ["java", \
|
||||||
"-XX:+UseContainerSupport", \
|
"-XX:+UseContainerSupport", \
|
||||||
"-XX:MaxRAMPercentage=75.0", \
|
"-XX:MaxRAMPercentage=75.0", \
|
||||||
"-Djava.security.egd=file:/dev/./urandom", \
|
"-Djava.security.egd=file:/dev/./urandom", \
|
||||||
"-jar", "app.jar", \
|
"-jar", "app.jar"]
|
||||||
"--spring.profiles.active=prod"]
|
|
||||||
|
|||||||
@ -28,4 +28,4 @@ foreach ($f in $Files) {
|
|||||||
"`n" | Out-File -Append $OutFile -Encoding UTF8
|
"`n" | Out-File -Append $OutFile -Encoding UTF8
|
||||||
}
|
}
|
||||||
|
|
||||||
Write-Host "Erfolgreich! Der Kontext für Backend und Frontend wurde in '$OutFile' gespeichert."
|
Write-Host "Erfolgreich! Der Kontext für Backend und Frontend wurde in '$OutFile' gespeichert.."
|
||||||
@ -12,7 +12,7 @@ spring:
|
|||||||
jwt:
|
jwt:
|
||||||
secret: dev-only-secret-do-not-use-in-production-2025
|
secret: dev-only-secret-do-not-use-in-production-2025
|
||||||
app:
|
app:
|
||||||
cors-origins: http://localhost:4200
|
cors-origins: http://localhost:4200,https://preview.coolify.mueller-dev.com
|
||||||
eda:
|
eda:
|
||||||
simulation:
|
simulation:
|
||||||
consent-delay-ms: 3000
|
consent-delay-ms: 3000
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user