Start the containers and networking with:
npm run composeIf you are going to iterate on the code running in the backend container (consisting of
scraperandcorePM2 services), you should remove the previously created images prior to running compose to restart the containers. else just rundocker compose up -d --build
To stop the containers, run:
docker compose down