fix(deploy): make install/update redis-independent and clean stale octane state
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -47,6 +47,8 @@ command=redis-server --dir /data
|
||||
--save 900 1
|
||||
--save 300 10
|
||||
--save 60 10000
|
||||
--bind 127.0.0.1
|
||||
--port 6379
|
||||
--unixsocket /data/redis.sock
|
||||
--unixsocketperm 777
|
||||
autostart=%(ENV_ENABLE_REDIS)s
|
||||
|
||||
Reference in New Issue
Block a user