apac-ops-bot/backend/app
michael 7f1bc76123 Change Redis host port from 6379 to 6380 to avoid port conflict
Existing Redis instance was using port 6379, causing Docker container
startup failures. Changed host-exposed port to 6380 while keeping
internal container port at 6379.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 17:02:48 -06:00
..
api Add detailed user analytics page with comprehensive statistics 2026-01-27 21:51:44 +00:00
core Fix test user authentication issues 2026-01-27 20:09:07 +00:00
models Update pricing for gpt-5-nano and fix chat interface 2026-01-27 20:18:42 +00:00
repositories Add admin analytics and update OpenAI integration 2026-01-27 21:36:36 +00:00
schemas Fix MessageResponse metadata validation error 2026-01-28 12:45:44 +00:00
services Add admin analytics and update OpenAI integration 2026-01-27 21:36:36 +00:00
utils Add comprehensive backend test suite and Phase 1 foundation 2026-01-27 14:24:59 +00:00
__init__.py Add comprehensive backend test suite and Phase 1 foundation 2026-01-27 14:24:59 +00:00
config.py Change Redis host port from 6379 to 6380 to avoid port conflict 2026-02-02 17:02:48 -06:00
database.py Add comprehensive backend test suite and Phase 1 foundation 2026-01-27 14:24:59 +00:00
main.py configured app to run on custom port with apache reverse proxy, wrote deploy.sh script 2026-02-02 16:56:48 -06:00