gatewayd icon indicating copy to clipboard operation
gatewayd copied to clipboard

Make the Postgres and Redis connection strings customizable in the docker-compose

Open eabasir opened this issue 1 year ago • 0 comments

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.

eabasir avatar Jun 06 '24 18:06 eabasir