I couldn't find anything online how can one use multiple docker containers with visual studio code. There's dev containers feature available for a long time already, but what if I need to launch redis and rabbitmq and some mysql or aerospike together with my application? I'm using docker-compose for dependencies currently.
I'm asking here because on their Github they recommend to ask on Stackoverflow.