simstudio-valkey

simstudio-valkey

Official

Docker app from rorar's Repository

Overview

Valkey is an open-source, high-performance key/value store (Redis fork). Used by Sim Studio for session persistence, caching, and real-time data synchronization. This is a lightweight component. Must be on the same Docker network (simstudio_internal) as the simstudio-realtime and simstudio-app containers.

Install simstudio-valkey on Unraid in a few clicks.

Find simstudio-valkey in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for simstudio-valkey Review the template variables and paths Click Install

Requirements

Must be on the same Docker network (simstudio_internal) as simstudio-realtime and simstudio-app containers.

Provides session persistence and real-time data synchronization for Sim Studio.

IMPORTANT: Before adding this container, you must create the Docker network 'simstudio_internal' first. Follow these steps in Unraid:

  1. Open Terminal (Go to Main, click Terminal button)
  2. Run: docker network create simstudio_internal
  3. Go to Settings > Docker
  4. Set "Enable Docker" to "No" and click Apply
  5. Set "Preserve user defined networks" to "Yes" and click Apply
  6. Set "Enable Docker" to "Yes" and click Apply
  7. The network is now ready for use with all Sim Studio containers

Download Statistics

194,194,578
Total Downloads
29,320,554
This Month
23,884,537
Avg / Month

Total Downloads Over Time

Loading chart...

Related apps

Details

Repository
valkey/valkey:latest
Last Updated2026-06-25
First Seen2025-02-18

Runtime arguments

Network
simstudio_internal
Shell
sh
Privileged
false
Extra Params
--health-cmd="valkey-cli ping || exit 1" --health-interval=10s --health-retries=5 --health-start-period=10s --health-timeout=5s

Template configuration

Port: ValkeyPorttcp

Valkey/Redis port

Target
6379
Default
6379
Value
6379
Path: DataPathrw

Persistent Valkey data directory. Stores RDB snapshots and AOF logs for session persistence and data durability.

Target
/data
Default
/mnt/user/appdata/simstudio-valkey/
--- System ---Variable

General settings.

Variable: TZVariable

Timezone. See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List

Target
TZ
Default
Europe/Berlin
Value
Europe/Berlin