Indigo
Indigo copied to clipboard
Adjustment of the redis.auto.conf
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