Adding a Database or Storage
Add PostgreSQL, Dragonfly, or S3 object storage to your project
Add a database or object storage to your project with just a few clicks. Rock8Cloud handles provisioning, credentials, and networking automatically.
Supported Services
| Service | Type | Use Case |
|---|---|---|
| PostgreSQL | Relational database | Application data, users, transactions |
| Dragonfly | In-memory datastore (Redis-compatible) | Caching, sessions, queues |
| S3 Object Storage | S3-compatible storage | File uploads, media, static assets |
Quick Start
All services follow the same pattern:
- Open your project
- Click Add Service
- Choose Database or S3 Storage
- Configure and deploy
- Link the exposed environment variables to your application
Each service page has detailed setup steps, exposed variables, and code examples.
Common Characteristics
All database and storage services in Rock8Cloud share these properties:
- Automatic provisioning — credentials and networking configured for you
- Network-isolated — only accessible from services within the same project
- Persistent — data survives restarts and redeployments
- Fully managed — everything configured through the UI, nothing to set up yourself
What's Next?
- PostgreSQL — Set up a relational database
- Dragonfly — Set up a Redis-compatible cache
- S3 Object Storage — Set up file storage
- Environment Variables — Configure secrets and settings