Remove Docker support files and documentation

Remove Docker deployment files and all references from README:
- Deleted Dockerfile
- Deleted docker-compose.yml (production)
- Deleted docker-compose.dev.yml (development)
- Removed Docker from Tech Stack section
- Removed Docker Deployment section from README

Docker support may be revisited and added back in the future.
For now, focus is on manual deployment as documented in the
Production Setup Guide.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Keith Smith
2025-12-22 22:08:36 -07:00
co-authored by Claude Sonnet 4.5
parent 6fd86a3682
commit a9293d6151
4 changed files with 0 additions and 180 deletions
-13
View File
@@ -50,7 +50,6 @@ A powerful Django-based task management system with time tracking, tag organizat
- **Task Queue**: Celery with Redis
- **Authentication**: JWT tokens with session support
- **Frontend**: HTML5, CSS3, Vanilla JavaScript
- **Deployment**: Docker support included
## Installation
@@ -500,18 +499,6 @@ keepitgoing-server/
└── requirements.txt # Python dependencies
```
## Docker Deployment
### Development
```bash
docker-compose -f docker-compose.dev.yml up
```
### Production
```bash
docker-compose up -d
```
## Database Models
### Task