EchoTrust is a testimonial collection platform that aggregates reviews from social media and feedback forms into a wall of trust for your brand.
- Dockerfile: Containerizes the Next.js application.
- docker-compose.yml: Runs Prometheus in a Docker container.
- prometheus-config.yml: Prometheus configuration to scrape metrics from the application.
-
Clone the repository.
-
Create a
.envfile in the root (see.env.examplefor required variables). -
Build and run all services with Docker Compose:
docker-compose up --build -d