Initial commit

This commit is contained in:
arrelin
2025-12-09 13:23:14 +03:00
commit 9f86d8eeec
26 changed files with 4787 additions and 0 deletions

14
.dockerignore Normal file
View File

@@ -0,0 +1,14 @@
target/
.git/
.gitignore
.env
.env.*
!.env.example
*.md
Dockerfile
docker-compose.yml
.dockerignore
.idea/
*.swp
*.swo
*~