Remote Dev Containers – Moving to Docker Compose – Debian
I'm using VSCode Devcontainers to develop a micro-services application and I've been using a Java Devcontainer without issues. But, given the micro-service nature of the project, there are other containers I need to execute (for instance, a postgres db). This…