- Published on
We held off on packaging our main app in the docker-compose file since go binaries could not be live reloaded (on file changes) by default. We will use the popular Air framework to enable live reloading of our service on file changes and then package this via docker. We will also enable remote debugging of these services running in Docker