Visual navigation for the Clarity Engine container architecture
Port: 8080
React frontend
Port: 5000
Flask API backend
Port: 9200
Port: 5601
docker compose up -d
Start services in detached mode
docker compose down
Stop and remove containers
docker compose logs -f
Follow container logs
docker compose build --no-cache
Rebuild without cache
docker exec -it clarity_core bash
Access core container
docker system prune -a
Clean unused resources