awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

analytical database management system

Ranking updated Jun 30, 2026

For a docker compose setup for ClickHouse, the strongest matches are testcontainers/testcontainers-go (This is a Go library for programmatically managing test), moncho/dry (This repository is a general-purpose Docker container orchestrator and) and abiosoft/colima (Colima is a container runtime and local Kubernetes manager). Each is ranked by relevance to your query, popularity and recent activity.

We curate open-source GitHub repositories matching “clickhouse docker compose”. Results are ranked by relevance to your query — pick filters below to narrow, or refine with AI.

analytical database management system

Find the best repos with AI.We'll search the best matching repositories with AI.
  • testcontainers/testcontainers-gotestcontainers avatar

    testcontainers/testcontainers-go

    4,889View on GitHub↗

    testcontainers-go is a Docker integration testing library for Go designed to provision and manage disposable containerized infrastructure. It functions as a container lifecycle manager and ephemeral infrastructure provisioner, allowing developers to programmatically create, start, and destroy containers as dependencies for automated integration tests. The library acts as a Docker network orchestrator by mapping container ports to random host ports and resolving network endpoints for test clients. This capability enables parallel test execution by preventing network collisions and ensures that

    This is a Go library for programmatically managing test containers, not a Docker Compose template for ClickHouse deployment, so it lacks the pre-made configuration with persistent volumes, port exposure, and custom ClickHouse setup you are looking for.

    GoContainer Port Mappings
    View on GitHub↗4,889
  • moncho/drymoncho avatar

    moncho/dry

    3,225View on GitHub↗

    Dry is a container lifecycle manager and cluster orchestrator designed to control groups of containers, services, and stacks across multiple nodes. It functions as a resource manager for inspecting and cleaning up images, persistent volumes, and network configurations, while providing a terminal-based dashboard for monitoring system events and resource usage. The project enables the coordination of distributed workloads through service-stack grouping and cluster orchestration. It provides a centralized control plane to synchronize the deployment and scaling of complex application architecture

    This repository is a general-purpose Docker container orchestrator and lifecycle manager, not a ready-to-use ClickHouse deployment template with a compose file — it could help manage such a deployment but does not provide the focused configuration you are looking for.

    GoPersistent Storage Volumes
    View on GitHub↗3,225
  • abiosoft/colimaabiosoft avatar

    abiosoft/colima

    29,324View on GitHub↗

    Colima is a command-line utility that provides lightweight container runtimes and local Kubernetes orchestration by managing isolated virtual machine environments. It functions as a virtualization manager that abstracts the underlying container engine, allowing users to run containerized applications and system workloads on non-native operating systems without the overhead of heavy desktop software. The project distinguishes itself through its support for hardware-accelerated workloads, enabling direct GPU passthrough to virtual machines for high-performance machine learning tasks. It offers

    Colima is a container runtime and local Kubernetes manager, not a Docker Compose configuration specifically for running ClickHouse—you can use it to run containers in general, but it does not provide the pre-made ClickHouse template you are looking for.

    GoPersistent Volume Mapping
    View on GitHub↗29,324

Related searches

  • a collection of ready to use Docker Compose files
  • an open source dashboard for Docker management
  • a platform for containerizing software applications
  • a dev container configuration for reproducible setups
  • a collection of Docker MCP servers
  • a container-native CI/CD system
  • a centralized log management tool for containers
  • a containerized environment for software development