|
9 | 9 | DevStack Core is a **local development infrastructure** that gives you production-like services on your Mac. Instead of installing databases and services individually, you get a complete stack with one command. |
10 | 10 |
|
11 | 11 | ``` |
12 | | -┌─────────────────────────────────────────────────────────────────────┐ |
13 | | -│ Your Development Mac │ |
14 | | -│ ┌───────────────────────────────────────────────────────────────┐ │ |
15 | | -│ │ DevStack Core (Colima VM) │ │ |
16 | | -│ │ │ │ |
17 | | -│ │ ┌─────────┐ ┌─────────┐ ┌─────────┐ ┌─────────┐ │ │ |
18 | | -│ │ │ Vault │ │Postgres │ │ MySQL │ │ MongoDB │ │ │ |
19 | | -│ │ │ Secrets │ │ DB │ │ DB │ │ DB │ │ │ |
20 | | -│ │ └─────────┘ └─────────┘ └─────────┘ └─────────┘ │ │ |
21 | | -│ │ │ │ |
22 | | -│ │ ┌─────────┐ ┌─────────┐ ┌─────────┐ ┌─────────┐ │ │ |
23 | | -│ │ │ Redis │ │RabbitMQ │ │ Forgejo │ │ Grafana │ │ │ |
24 | | -│ │ │ Cluster │ │ Msgs │ │ Git │ │ Monitor │ │ │ |
25 | | -│ │ └─────────┘ └─────────┘ └─────────┘ └─────────┘ │ │ |
26 | | -│ └───────────────────────────────────────────────────────────────┘ │ |
27 | | -│ │ |
28 | | -│ Your App ──────────────────────────────────────────────────────▶ │ |
29 | | -│ connects to localhost ports (5432, 3306, 6379, etc.) │ |
30 | | -└─────────────────────────────────────────────────────────────────────┘ |
| 12 | +┌─────────────────────────────────────────────────────────────────────────────┐ |
| 13 | +│ Your Development Mac │ |
| 14 | +│ │ |
| 15 | +│ ┌───────────────────────────────────────────────────────────────────────┐ │ |
| 16 | +│ │ DevStack Core (Colima VM) │ │ |
| 17 | +│ │ │ │ |
| 18 | +│ │ ┌────────────┐ ┌────────────┐ ┌────────────┐ ┌────────────┐ │ │ |
| 19 | +│ │ │ Vault │ │ PostgreSQL │ │ MySQL │ │ MongoDB │ │ │ |
| 20 | +│ │ │ Secrets │ │ DB │ │ DB │ │ DB │ │ │ |
| 21 | +│ │ └────────────┘ └────────────┘ └────────────┘ └────────────┘ │ │ |
| 22 | +│ │ │ │ |
| 23 | +│ │ ┌────────────┐ ┌────────────┐ ┌────────────┐ ┌────────────┐ │ │ |
| 24 | +│ │ │ Redis │ │ RabbitMQ │ │ Forgejo │ │ Grafana │ │ │ |
| 25 | +│ │ │ Cluster │ │ Messages │ │ Git │ │ Monitor │ │ │ |
| 26 | +│ │ └────────────┘ └────────────┘ └────────────┘ └────────────┘ │ │ |
| 27 | +│ │ │ │ |
| 28 | +│ └───────────────────────────────────────────────────────────────────────┘ │ |
| 29 | +│ │ |
| 30 | +│ Your App ────────────────────────────────────────────────────────────────▶ │ |
| 31 | +│ connects to localhost ports (5432, 3306, 6379, etc.) │ |
| 32 | +│ │ |
| 33 | +└─────────────────────────────────────────────────────────────────────────────┘ |
31 | 34 | ``` |
32 | 35 |
|
33 | 36 | ### What You Get |
|
0 commit comments