How to handover your public endpoint with docker-compose and ECS
Sometimes the local name resolution from docker-compose or cloud map is not enough. Sometimes you need the public FQDN, like when you startup a Kafka cluster. I’ll show you how you can handover the public DNS name of your loadbalancer to the container with an…