Use Redis in the Forgejo configuration to support rolling updates of Forgejo itself

Forgejo is not able to be reconfigured by default: a queue is locked
To circumvent the problem, we need simply to enable the use of Redis as a Forgejo component
This commit is contained in:
richardrobertreitz 2025-04-22 12:29:50 +00:00
parent 1a8c2846bc
commit 9bb0063f8b

View file

@ -1,5 +1,5 @@
redis-cluster: redis-cluster:
enabled: false enabled: true
postgresql: postgresql:
enabled: false enabled: false
postgresql-ha: postgresql-ha: