2025-11-28 15:45:51 +07:00
2025-11-28 15:45:51 +07:00
2025-10-08 11:37:54 +07:00
2025-10-08 11:37:54 +07:00
2025-10-08 22:13:24 +07:00
2025-10-08 23:53:41 +07:00
2025-11-28 15:45:51 +07:00
2025-10-08 11:37:54 +07:00
2025-11-28 15:45:51 +07:00
2025-10-08 11:37:54 +07:00
2025-11-28 15:45:51 +07:00
2025-10-08 22:20:01 +07:00
2025-10-08 11:37:54 +07:00

MBG vega cloud

Version

A vega cloud service built by 🌧 Skyrain Studio.

Features

Coming soon.

Requirements

  • Node.js v22.19 and up.
  • NPM v10.9 and up.
  • PostgreSQL v17 and up.
  • S3-compatible object storage (optional, for user session storage).
  • Docker (for Docker deployment).

Setup

  1. Make sure requirements are met.
  2. Clone project.
  3. Copy .env.example into .env.
  4. Run npm install.
  5. For development, run npm run dev.
  6. For production, run npm run start.

Docker Deployment

  1. Make sure requirements are met.
  2. Clone project.
  3. Set the environment variable according to variables defined in .env.
  4. Build image and deploy.

Docker Deployment with Docker Compose

  1. Make sure requirements are met.
  2. Clone project.
  3. Copy docker-compose.example.yaml into docker-compose.yaml.
  4. Adjust values in docker-compose.yaml accordingly.
  5. Deploy with Docker Compose.
S
Description
No description provided
Readme
285 KiB
Languages
TypeScript 97.5%
PLpgSQL 2.1%
Dockerfile 0.4%