Relative Content

Tag Archive for dockerdocker-compose

How to handling multiple containers correctly?

so I’m kinda new to Docker so I am not sure how to handle multiple containers effectively. Currently, I have 2 container running using docker compose, one for backend APIs (express) and one for the db (postgresql), I will probably have one for the frontend once I start working on it as well.