Skip to content

Docker Compose depends on Redis but backend does not use it #24

@RonaldRonnie

Description

@RonaldRonnie

Description:

docker-compose.yml starts Redis and the backend depends_on: redis, but:

  • pom.xml has no Redis dependency (e.g. spring-boot-starter-data-redis)
  • There is no application-docker.yml or 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.yml and update docs until Redis is implemented

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdocumentationImprovements or additions to documentation

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions