Add Redis-Stack as option to select in versions ins Project Settings

Hi,

The default redis that comes in Project Settings->Targets->Redis is “latest”, without chance to test redis modules inside docker.

Please can you add redis/redis-stack that comes with pre-installed modules and Redisinsight ready to use or redis/redis-stack-server for production deployment that comes without RedisInsight.

Editing manually to the docker-compose file make it fragil because this file is reloaded by Wappler when Project Setting are Saving, Modifying Targets and Creating or adding new Extensions in Project Setting cause that docker-compose get reloaded every time, custom modifications dissapears.

Right now like I said, I have to modify docker-compose file including expose ports because I use RedisInsight and without exposing port there is not chance to external connections-only dev enviroment, localhost. I’m not using docker in stag or prod. In fact, I install redis in server in a standalone way for stag and prod.

Thanks