Tag: <span>docker compose</span>

A while ago we’d created docker-compose.yml for Kafka and Zookeper. Today I’ve noticed the problem with the old configuration – it looks like it does not work properly with Test Containers. So, I have replaced the old configuration with Confluent’s Kafka and Zookeeper:…

Programavimas

I use Kafka in my Docker Compose file. My docker-compose.yaml looks like this: Unfortunately, when I start and restart Kafka’s instance in Docker Compose I was constantly getting random errors. After some googling, I found that KAFKA_ADVERTISED_HOST_NAME is deprecated – please see https://github.com/wurstmeister/kafka-docker/wiki/Connectivity…

Programavimas

If you want to run Docker Compose with Kafka and Zookeeper, you could use the following code:

Programavimas

I had a slight issue, of how to start MySQL server by using Docker Compose. So, I came up with the following configuration: Works 🙂

Programavimas