chore(docker): clean up docker-compose-simple.yml and remove backup file
All checks were successful
continuous-integration/drone/push Build is passing

- Remove inline comments from docker-compose-simple.yml for cleaner configuration
- Delete unused docker-compose.txt.backup file
- Remove unused volume definitions (servers-data, users-data)
- Add docker-compose-simple.yml to .gitignore to prevent accidental commits
- Simplify environment variable organization by removing comment separators
- Improve file maintainability by reducing comment clutter
This commit is contained in:
2026-01-17 19:19:36 +06:00
parent 9d19d49c9b
commit 4d9dfddd5d
3 changed files with 2 additions and 63 deletions

1
.gitignore vendored
View File

@@ -38,3 +38,4 @@ frontend/dist/
backend/build/
backend/users1.json.backup
docker-compose.txt
docker-compose-simple.yml