Docker & Docker Compose configuration files for popular software (MySQL/PostgreSQL/ClickHouse/MongoDB, Redis/Valkey/Garnet/KeyDB, RustFS, Meilisearch, RabbitMQ/Kafka/NATS, Prometheus/Grafana/Loki/Alloy, Keycloak/Casdoor, Go, PHP (Nginx/Apache) and other).
cd dirname
docker compose up -dcd dirname
docker compose startcd dirname
docker compose stopcd dirname
docker compose down
# or stop and remove containers and volumes
docker compose down --volumes