Fix sandbox Docker root issue and replace make dev with systemd services
Fixes docker permissions by enabling Docker daemon during provisioning. Replaces make dev with three managed systemd services: probo-stack (auto-starting Docker Compose infra), probod (API server with gow for hot-reload), and probo-console (frontend dev server). The stack now starts automatically on VM boot; probod and console are started manually after build. Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
| `make test-verbose` | Tests with verbose output |
|
||||
| `make lint` | Vet + Go lint + npm lint |
|
||||
| `make fmt` | Format Go code |
|
||||
| `make dev` | Start dev server (Go + console hot-reload) |
|
||||
| `make test-e2e` | Run console end-to-end tests (requires `bin/probod`) |
|
||||
| `make deadcode` | Detect dead code — run after removing or renaming exported functions |
|
||||
| `make stack-up` / `make stack-down` | Start / stop Docker compose infra |
|
||||
|
||||
Reference in New Issue
Block a user