Start the containers and networking with:
npm run compose
If you are going to iterate on the code running in the backend container (consisting of
scraper
andcore
PM2 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