Docker-DocumentServer
Docker-DocumentServer copied to clipboard
REDIS_SERVER_PWD is it avalible variable like this to add password of external redis ?
Help Added External postgres database also redis container by:
REDIS_SERVER_HOST: The IP address or the name of the host where the Redis server is running. REDIS_SERVER_PORT: The Redis server port number.
if i have password on redis how to add it ? Thanks
@igwyd Please take a look as soon as you got free time
Hello @masterwishx, sorry for the late reply. We have addition param for redis, you can add your password in /etc/onlyoffice/documentserver/local.json
{
"services": {
"CoAuthoring": {
...
"redis": {
"host": "YOUR_HOST",
"port": "YOUR_PORT"
"options": {"password": "YOUR_PASSWORD"}
},
...
We havn't docker variable, but i created enhancement bug 57286 in our private issue tracker to implement this.
will be good to have ENV = REDIS_SERVER_PASS
It's fixed at: https://github.com/ONLYOFFICE/Docker-DocumentServer/pull/466 And will be released in the next major release.
And will be released in the next major release.
Thanks . and what redis db index it will use ?
Also wanted to ask if i really need using redis if i use onlyoffice docker with PostgresSQL on Nextcloud Docker that using redis (memcache.locking' => '\OC\Memcache\Redis',)
@masterwishx in DE and EE version onlyoffice-documentserver required redis. We don't specify an index number, I guess using db0 by default, but you can do that if you want. We use node-redis for connection.
Thanks, im using CE version its also using redis right ? i asked about base index becose having an Authelia already on db 0 by default .
no, the community version doesn't use redis.
no, the community version doesn't use redis.
Thanks i got it
Please release a new docker image soon containing this fix, the last version on docker hub is 3 month old (7.1.1.23):

@varac We update version as soon as v7.2 will be ready for release, probably next month
Right now it's not in production-ready state
DocumentServer v7.2 is released. This issue should be fixed
Feel free to comment or reopen it if you got further questions