OTF Valkey
activeWorkspace
[OTF] Optimified
Created
Tue Mar 24
Updated
Tue Mar 24
Content
## Overview
Self-hosted Valkey instance (Redis-compatible fork) for Optimified. Used as cache/session store by Umami.
## Infrastructure
- **Platform:** Railway
- **Railway Project:** otf-n8n-mattermost-umami
- **Port:** via VALKEY_PORT / VALKEY_PUBLIC_PORT
## Environment Variables
| Variable | Purpose |
|----------|---------|
| `VALKEY_HOST` | Internal hostname |
| `VALKEY_PASSWORD` | Auth password |
| `VALKEY_PORT` | Internal port |
| `VALKEY_PUBLIC_HOST` | Public hostname |
| `VALKEY_PUBLIC_PORT` | Public port |
| `VALKEY_PUBLIC_URL` | Public connection URL |
| `VALKEY_URL` | Internal connection URL |
| `VALKEY_USER` | Auth user |