Updated repo to use docker-compose. Updated debian version due to EOL of previous one

This commit is contained in:
2026-02-13 22:48:45 +01:00
parent 3afac4db07
commit ba052e0576
30 changed files with 487 additions and 1001 deletions

36
.gitignore vendored
View File

@@ -1,2 +1,36 @@
# MacOS filesystem
# Environment variables with sensitive data
.env
# Docker volumes and data
server_data/
# Docker build cache
.dockerignore
# Logs
*.log
logs/
# Compiled AMX plugins
*.amxx
# OS files
.DS_Store
Thumbs.db
*.swp
*.swo
*~
# IDE files
.vscode/
.idea/
*.sublime-*
# Backup files
*.bak
*.backup
*~
# Temporary files
tmp/
temp/