devops-tim-2 / devops-tim-2/MessageService

Devops: Create docker-compose file

Open
#3 0 comments 0 reactions 2 assignees Claimed by @milosradojcin View on GitHub
devops wontfix
Dominant language
No language data
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Create docker-compose file that describes various services that should run alongside with created image, using virtual network created by _APIGateway_ service:

1. Service that connects to [RabbitMQ](https://www.rabbitmq.com/) ([CloudAMQP](https://www.cloudamqp.com/)) and listens for various events
2. Database service running [postgres](https://hub.docker.com/_/postgres)
3. Database inspection service running [pgAdmin](https://hub.docker.com/r/dpage/pgadmin4/)
4. Few services for container monitoring and visualization:

- [Prometheus](https://github.com/prometheus/prometheus) for metrics collection - [docker image](https://hub.docker.com/r/prom/prometheus/)
- [node-exporter](https://github.com/prometheus/node_exporter) for hardware and OS metrics exporting - [docker image](https://hub.docker.com/r/prom/node-exporter/)
- [cAdvisor](https://github.com/google/cadvisor) for collection, aggregation, processing, and exporting of information about running containers - [docker image](https://hub.docker.com/r/vimagick/cadvisor)
- [Grafana](https://github.com/grafana/grafana) for visualizing exported metrics - [docker image](https://hub.docker.com/r/grafana/grafana)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.