ZyroHub is a toolkit designed for developers, offering solutions for media conversion and manipulation. It includes a variety of essential tools, eliminating the need to install or rely on multiple software and services to accomplish common tasks.
- Bun
- RabbitMQ Server (already included in Docker Compose)
- Redis Server (already included in Docker Compose)
docker compose up --profiles services up -d
Copy the .env.example
file to .env
for production or .env.development
for development and fill the necessary variables with the appropriate values.
production
:
cp .env.example .env
development
:
cp .env.example .env.development
bun install
bun dev
bun run build
bun start