This project will start a container to post model from makerworld to a telegram channel. The backend is written using Nodejs. Nodejs has an interface to call puppeteer that execute an automation browsing of the makerworld site and the evaluation of the page is sent to the telegram channel.
Before using this Docker Compose setup, ensure that you have Docker and Docker Compose installed on your system.
-
Start the Docker containers:
docker-compose up
This command will build the Docker image (if not already built) and start the containers based on the configuration specified in the
docker-compose.ymlfile. -
Access the application:
Once the containers are up and running, you can access the Puppeteer application by opening your web browser and navigating to http://localhost:8282.
You should see the output of your Puppeteer application or any other defined behavior.