Skip to content

Commit

Permalink
changed port
Browse files Browse the repository at this point in the history
  • Loading branch information
LociStar committed Oct 13, 2023
1 parent f4229b1 commit bbabe13
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM openjdk:20-jdk
COPY ./target/organizer-*.jar /temp/organizer-*.jar
COPY ./credentials.properties /temp/credentials.properties
EXPOSE 8080
EXPOSE 2096
WORKDIR /temp
CMD java -jar $(ls organizer-*.jar)
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.locibot</groupId>
<artifactId>organizer</artifactId>
<version>4.0.2.2</version>
<version>4.0.2.3</version>
<name>organizer2</name>
<description>organizer2</description>
<properties>
Expand Down
4 changes: 3 additions & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ spring.r2dbc.password=Mama1999Thiemo
spring.r2dbc.name=locibot
spring.r2dbc.properties.schema=public

spring.security.oauth2.resourceserver.jwt.issuer-uri=https://keycloak.organizer-bot.com/realms/Organizer
spring.security.oauth2.resourceserver.jwt.issuer-uri=https://keycloak.organizer-bot.com/realms/Organizer

server.port=2096

0 comments on commit bbabe13

Please sign in to comment.