simstudio-valkey valkey/valkey:latest https://hub.docker.com/r/valkey/valkey simstudio_internal sh false https://github.com/valkey-io/valkey/issues https://valkey.io 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. Network:Management Tools: Status:Stable https://raw.githubusercontent.com/rorar/unraid-templates/main/templates/simstudio-valkey.xml https://raw.githubusercontent.com/rorar/unraid-templates/main/templates/docker_icons/valkey-logo.png --health-cmd="valkey-cli ping || exit 1" --health-interval=10s --health-retries=5 --health-start-period=10s --health-timeout=5s valkey-server --maxmemory 0 --appendonly yes --tcp-keepalive 60 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 6379 Europe/Berlin