Articles by tag: docker-compose
ClickHouse in Docker: launch analytics in 2 minutes
Step-by-step guide to running ClickHouse in Docker: docker run, docker-compose for dev and production, replication with ZooKeeper, ClickHouse + Kafka + Redis stack. Ready configs.
Blue-Green deploy on Docker Compose without downtime
How to implement blue-green deploy with zero downtime on Docker Compose and nginx. Detailed guide for web services and background workers.
Kafka KRaft practice Spring Boot microservices
Deploy Kafka cluster on KRaft, integrate with 4 Spring Boot services. Full producer/consumer code, docker-compose, topics with retention. For middle/senior dev.
Avro and Schema Registry in Kafka: practical setup
Setting up Apache Avro with Schema Registry in Kafka cluster: docker-compose, class generation, serializers for producers/consumers. Transition from JSON to typed schemas. Instructions for middle/senior developers.
Docker Compose for IaC servers: setup
Set up personal servers via Docker Compose: idempotent deploy, nftables firewall, WireGuard. Repo template, host-facts.sh scripts. For middle/senior devops. Start IaC without Ansible.