Docker Implementation

This commit is contained in:
Hosteroid
2025-10-23 00:56:29 +03:00
parent fa0167bf71
commit 75f0ae35fb
7 changed files with 444 additions and 0 deletions

50
domain-monitor-docker/.gitignore vendored Normal file
View File

@@ -0,0 +1,50 @@
===
.env
.env.docker
*.env.bak*
*.env.backup*
app/.env
# === LOGS ===
app/logs/
*.log
# === COMPOSER ===
app/vendor/
app/composer.lock
# === DOCKER / BUILD ARTIFACTS ===
dbdata/
.docker/*.pid
.docker/*.sock
.docker/.cache/
*.pid
*.sock
# === TEMPORARY FILES ===
*.tmp
*.swp
*.bak
*.orig
# === OS / EDITOR ===
.DS_Store
Thumbs.db
.idea/
.vscode/
*.code-workspace
# === BACKUPS ===
*.bak.*
*.tar
*.zip
# === GIT IGNORES REPO CLONED APP (OPTIONAL) ===
# If you keep domain-monitor-docker in its own Git repo and want to ignore app/
# uncomment this line:
# app/
# === SYSTEM / MISC ===
node_modules/
coverage/