Projects
Docker containers
For Docker Compose projects, Granspace adds a Containers panel to the project detail.
Requires Docker installed and on your
PATH. The panel appears only
for projects detected as compose.
The Containers panel
Under Details → Containers (Docker) you get each service with its state and ports, and per-service actions:
- Start a stopped service,
- Stop a running one,
- Restart.
● postgres · Up 2 hours · 5432→5432
● redis · Up 2 hours · 6379→6379
Use Refresh to re-read the current state (docker compose ps).
Compose commands
Compose projects also expose the usual commands (up, down, ps, logs,
build) under Commands, with
live logs.