Skip to content

Run an Upstash REST API compatible database on your local machine.

License

Notifications You must be signed in to change notification settings

mikndotdev/freestash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

freestash

Run an Upstash REST API compatible database on your local machine.
This compose file will spin up a Redis-compatible KeyDB database with an accompanying Upstash proxy.

Usage

Download the compose file:

wget https://cdn.statically.io/gh/mikndotdev/freestash/main/compose.yml

Create a .env file with the variables described in the Configuration section;
Start the containers:

docker-compose up -d

enjoy :)

Configuration

The following environment variables can be used to configure the container.

Variable Default Description
UPSTASH_PROXY_PORT 8000 The port to expose the Upstash proxy on.
UPSTASH_TOKEN upstash The token to use for authentication.

Credits

This project is based on the serverless-redis-http project.

About

Run an Upstash REST API compatible database on your local machine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published