name: docker-ops description: > Expertise for managing Docker services in this project including Redis, Ollama, Open WebUI, Grafana, Prometheus, and Dozzle. Use when working with containers, Docker Compose, or troubleshooting service connectivity.
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 # Start all
docker compose down # Stop all
docker compose restart redis # Restart specific
Health Check
docker compose ps
docker compose logs -f ollama
curl -sI localhost:5005/status # MCP server
Cleanup
docker system prune -f # Remove unused
docker volume prune -f # Remove volumes
docker image prune -a -f # Remove images
Troubleshooting
# Check container logs
docker logs tools-automation-redis-1
# Enter container shell
docker exec -it tools-automation-ollama-1 sh
# Check resource usage
docker stats
Network
All services on tools_network bridge network.
Internal DNS uses service names (e.g., redis:6379).
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
1
GitHub Forks
0
Created
Jan 2026
Last Updated
3 months ago
tools
tools system admin
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!