| name | docker-ops |
| description | > Use when this capability is needed. |
Docker Operations Expert
Specialized knowledge for the Docker infrastructure in this project.
Services (docker-compose.yml)
| Service | Port | Purpose |
|---|
| Ollama | 11434 | Local LLM server |
| Open WebUI | 3001 | Chat interface |
| Redis | 6379 | Caching & task queue |
| Redis Insight | 5540 | Redis management UI |
| Grafana | 3000 | Monitoring dashboards |
| Prometheus | 9090 | Metrics collection |
| Dozzle | 8888 | Container log viewer |
Common Operations
Start/Stop
docker compose up -d
docker compose down
docker compose restart redis
Health Check
docker compose ps
docker compose logs -f ollama
curl -sI localhost:5005/status
Cleanup
docker system prune -f
docker volume prune -f
docker image prune -a -f
Troubleshooting
docker logs tools-automation-redis-1
docker exec -it tools-automation-ollama-1 sh
docker stats
Network
All services on tools_network bridge network.
Internal DNS uses service names (e.g., redis:6379).
Converted and distributed by TomeVault — claim your Tome and manage your conversions.