Add Docker support and environment configuration

Introduced Dockerfile, .dockerignore, and example environment file for containerization. Added compose.yml for Docker Compose setup and renamed docker-compose.dev.yml to compose.dev.yml. Updated build.gradle.kts for Java 21 and shadow plugin, and improved .gitignore and .gitattributes. Refactored Config.java to reorder ENV initialization.
This commit is contained in:
2025-11-04 21:18:28 +07:00
parent b3cc35b4c2
commit 4bf94aaad4
9 changed files with 136 additions and 8 deletions
+6
View File
@@ -0,0 +1,6 @@
* text=auto
*.java text eol=crlf
*.sh text eol=lf
gradlew text eol=lf