Overview :: Using Docker Compose with unRAID
unraid.kushan.fyi › overviewports: - "5000:5000" redis: image: "redis:alpine" Don’t worry if that looks scary, we’ll step through what it all means in the rest of this guide. Be aware, there are some drawbacks to using compose on unRAID, so please read through the following section so you know what you’re getting yourself into.
unraid-templates/Redis.xml at master · juusujanar/unraid ...
github.com › juusujanar › unraid-templatesRedis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs and geospatial indexes with radius queries. Redis has built-in replication, Lua scripting, LRU eviction ...
Mastodon on Unraid – FixFlare
fixflare.com › en › postsJul 02, 2020 · Redis An open source, in-memory data structure store, used as a database, cache and message broker. Mastodon Mastodon is a free, open-source social network server based on ActivityPub where users can follow friends and discover new ones. Redis. This one is pretty simple as the only setting to enter here is the Redis Port.
Nextcloud best setup : unRAID
https://www.reddit.com/r/unRAID/comments/p3enaq/nextcloud_best_setupI got my Nextcloud decently fast just by using a little more about setup: *using the nextcloud:fpm container without a webserver *using Nginx as a webserver (as a separate container) *MariaDB connected via a unix socket instead of a connection over the TCP/IP stack The only thing I'd like to optimize is also have the fpm connection run over a socket but the Nextcloud container doesn't …