Докеризация, отказ от server.yml файлов, проброс .env

This commit is contained in:
RoyceDa
2026-02-12 14:03:51 +02:00
parent 5a603c8354
commit b261405a6c
15 changed files with 67 additions and 195 deletions

View File

@@ -40,13 +40,6 @@
<artifactId>jakarta.persistence-api</artifactId>
<version>3.1.0</version>
</dependency>
<!-- Source: https://mvnrepository.com/artifact/org.yaml/snakeyaml -->
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.5</version>
</dependency>
</dependencies>
<build>