<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Docker-Compose on The Blog of Boban Acimovic</title><link>https://acim.net/tags/docker-compose/</link><description>Recent content in Docker-Compose on The Blog of Boban Acimovic</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><copyright>The Blog of Boban Acimovic &amp;copy; 2026</copyright><lastBuildDate>Sat, 23 Oct 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://acim.net/tags/docker-compose/index.xml" rel="self" type="application/rss+xml"/><item><title>Running stack of microservices using docker-compose and acim/go-reflex image</title><link>https://acim.net/blog/running-microservice-stack-in-docker/</link><pubDate>Sat, 23 Oct 2021 00:00:00 +0000</pubDate><guid>https://acim.net/blog/running-microservice-stack-in-docker/</guid><description>&lt;p&gt;Go is very attractive language for microservices&amp;rsquo; development, but using &lt;a href="https://github.com/acim/go-reflex" target="_blank" rel="noopener"&gt;acim/go-reflex&lt;/a&gt;
 image and docker-compose you can run multiple microservices including your gateway on your local machine. This image can run virtually any Go server based application and also reacts on changes in the code and recompiles the binary on the fly. If you want to debug your microservices&amp;rsquo; stack or develop a new feature where you have to touch multiple services, this is very good tool to do so. Let&amp;rsquo;s take a look at the docker-compose stack example:&lt;/p&gt;</description></item></channel></rss>