You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The installation of the project through the docker-compose should be configurable to allow customized connection string for both Redis and Postgres.
Current Behavior
Currently, it's only the Redis connection string that can be customized by setting the REDIS_URL as an environment variable on the install_plugins service in the docker-compose. Additionally, the aforementioned value doesn't change the address of the actionRedis which is yet another issue.
The text was updated successfully, but these errors were encountered:
Expected Behavior
The installation of the project through the docker-compose should be configurable to allow customized connection string for both Redis and Postgres.
Current Behavior
Currently, it's only the Redis connection string that can be customized by setting the
REDIS_URL
as an environment variable on the install_plugins service in the docker-compose. Additionally, the aforementioned value doesn't change the address of the actionRedis which is yet another issue.The text was updated successfully, but these errors were encountered: