This repo contains examples of how to connect your Jetify Cloud services to external databases, caches, and object storage.
There are 3 examples in this repo:
- Supabase (PostgreSQL)
- Upstash (Redis/Cache)
- Amazon S3 (Object Storage)
This repo contains two folders at the root level:
devbox-json
shows how to deploy projects using only a devbox.json filedocker
shows how to deploy projects with a custom Dockerfile
- Fork this repo to your own Github account
- Create a new Jetify Cloud account at
cloud.jetify.com
. You will need at least a Solo account to deploy these examples - On the Dashboard, select New Project.
- Connect your Github account to Jetify Cloud
- On the Import Git Repository screen, select your fork of this repository. You may need to configure your Github access to make the repo accessible if you forked it to a private repository
- Select the repo, and then enter the path to the project folder that you want to deploy