SMTP setup, Docker + fix ports

This commit is contained in:
2024-11-24 01:59:00 +02:00
parent 339904ac4c
commit 6bee3a0e13
9 changed files with 141 additions and 8 deletions

View File

@@ -19,6 +19,6 @@ WORKDIR /app
COPY --from=build /app/target/SymphonyDatabaseNode-1.0-SNAPSHOT.jar /app/SymphonyDatabaseNode.jar
EXPOSE 8081
EXPOSE 8100
ENTRYPOINT ["java", "-jar", "SymphonyDatabaseNode.jar"]

View File

@@ -50,12 +50,6 @@
<artifactId>log4j-core</artifactId>
<version>2.24.2</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-layout-template-json</artifactId>
<version>2.24.2</version>
</dependency>
</dependencies>
<build>