Valkey
Image: valkey/valkey:8-alpine
- Port 6379/tcp
- 2 GB volume at /data
- 0.5 vCPU · 512 MB
valkey-server --requirepass "$REDIS_PASSWORD" --appendonly yes --dir /data
Template · Databases
Linux Foundation fork of Redis, fully protocol compatible.
Opens the dashboard with this template pre-selected. Sign in with GitHub if you are new; the free tier needs no card.
One service in the environment you pick, on the private network of the project.
valkey/valkey:8-alpine started with a password and AOF persistence.
Image: valkey/valkey:8-alpine
valkey-server --requirepass "$REDIS_PASSWORD" --appendonly yes --dir /data
Generated secrets never leave the platform; references are resolved on the private network. Anything marked required is asked for at deploy time.
| Name | Value |
|---|---|
| REDIS_PASSWORD | generated (password) |
| REDIS_URL | redis://default:${{self.REDIS_PASSWORD}}@${{self.SKIFFLY_PRIVATE_DOMAIN}}:6379 |
Volumes, secrets and domain pre-wired. Runs on EU nodes, paid per minute from a prepaid balance.