feat: Initial commit 🎉

Set up the foundational structure for the MikroWizard deployment repository, including:
- Docker Compose configuration for MikroFront, MikroMan, PostgreSQL, and Redis Stack.
- `prepare.sh` script for host environment preparation.
- Database initialization script (`init-db.sql`).
- `.env` template for centralized configuration.

This commit marks the beginning of a streamlined deployment process for MikroWizard!
This commit is contained in:
sepehr 2024-12-16 13:45:30 +03:00
commit a8f029ee38
80 changed files with 3429 additions and 0 deletions

2
init-db.sql Normal file
View file

@ -0,0 +1,2 @@
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";