FIS2425 / authorization-svc

Authorization microservice for medical consultation application. Handles the authorization of users for the entire application
Apache License 2.0
0 stars 0 forks source link

[BUG] Change to IORedis #57

Closed AntonioRodriguezRuiz closed 3 days ago

AntonioRodriguezRuiz commented 3 days ago

Description

Sometimes when building or connecting to the docker image the current redis package ignores the given host and port. This does not happen with IORedis

Steps to Reproduce

  1. Build docker image
  2. See econrefused error in logs

Expected Behavior

The app connects to redis

Actual Behavior

The app does not connect to redis