-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
Description:
docker-compose.yml starts Redis and the backend depends_on: redis, but:
pom.xmlhas no Redis dependency (e.g.spring-boot-starter-data-redis)- There is no
application-docker.ymlor Redis configuration in the backend
So the backend never connects to Redis. Docs and architecture describe Redis for caching/sessions; the code does not implement it.
Acceptance criteria:
- Either: add Redis dependency and implement Redis usage (e.g. session/cache) and document it, or
- Remove Redis service and dependency from
docker-compose.ymland update docs until Redis is implemented
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation