Skip to content

Commit

Permalink
fix failed build
Browse files Browse the repository at this point in the history
  • Loading branch information
crisdelta committed Jan 22, 2024
1 parent ff627bc commit 90cf771
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build-docker-image/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@
<alias>redis</alias>
<name>redis:latest</name>
<run>
<env>
<REDIS_PORT>6379</REDIS_PORT>
<REDIS_HOST>redis</REDIS_HOST>
</env>
<ports>
<port>6379:6379</port>
</ports>
Expand Down Expand Up @@ -160,7 +164,7 @@
<SPRING_FLYWAY_USER>ehrbase</SPRING_FLYWAY_USER>
<SPRING_FLYWAY_PASSWORD>ehrbase</SPRING_FLYWAY_PASSWORD>
<SPRING_DATA_REDIS_HOST>redis</SPRING_DATA_REDIS_HOST>
<SECURITY_AUTHTYPE>BASIC</SECURITY_AUTHTYPE>
<SECURITY_AUTHTYPE>NONE</SECURITY_AUTHTYPE>
<MANAGEMENT_SERVER_PORT>7979</MANAGEMENT_SERVER_PORT>
<MANAGEMENT_ENDPOINTS_WEB_EXPOSURE>env,health,info,metrics,prometheus</MANAGEMENT_ENDPOINTS_WEB_EXPOSURE>"
<MANAGEMENT_ENDPOINTS_WEB_BASEPATH>/management</MANAGEMENT_ENDPOINTS_WEB_BASEPATH>
Expand Down

0 comments on commit 90cf771

Please sign in to comment.