DigitalOcean Deployment Guide
Deploy Ever Gauzy to DigitalOcean using App Platform or Droplets.
Option 1: App Platformโ
1. Create Appโ
- Go to DigitalOcean โ App Platform
- Select GitHub as source
- Choose the
ever-gauzyrepository - Select the Dockerfile for the API
2. Add Database & Redisโ
From App Platform dashboard:
- Add PostgreSQL database component
- Add Redis database component
3. Configureโ
Set environment variables in the App Platform settings:
NODE_ENV=production
DB_TYPE=postgres
JWT_SECRET=your-secret
API_BASE_URL=https://gauzy-api.ondigitalocean.app
Database and Redis URLs are auto-injected.