Skip to content

feat(vikunja): Use unix sockets to connect to postgres and redis

histalek requested to merge vikunja-redis-socket into next

With this we can remove the internal vikunja network, get a few miniscule percentage points of performance and most importantly: remove weird startup dependency issues mostly caused by dns.

Additionally redis is now explicitly configured via a config file.

Merge request reports