Installation
Detailed installation instructions for various environments.
Installation#
Mosaic Stack can be installed in several ways depending on your environment and requirements.
Docker Compose (included in repo)#
The repository includes a production-ready docker-compose.yml. After cloning:
bash
cp .env.example .env
# Edit .env with your database credentials and API keys
docker compose up -dKubernetes and Helm chart support are on the roadmap.