Indigo icon indicating copy to clipboard operation
Indigo copied to clipboard

Adjustment of the redis.auto.conf

Open stimberg opened this issue 4 months ago • 0 comments

Background The Redis server in the indigo-service backend logs to files. This is not optimal for Docker images. The Redis service can also run as a non-root user.

Solution Adjustment of the redis.auto.conf -> https://github.com/epam/Indigo/blob/1b5bb8808b73b6613d2e96b9a95eefc6b1a15b02/utils/indigo-service/backend/conf/redis.auto.conf

[program:redis]
command=redis-server
autostart=true
autorestart=true
user=nobody
redirect_stderr=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0

Alternatives

Additional context

stimberg avatar Jun 23 '25 09:06 stimberg