Giter Site home page Giter Site logo

boilerplate-dash-angular's Introduction

Docker Compose README

This README provides an overview of the services defined in the given Docker Compose configuration and describes how to access each service on localhost.

Run with:

docker-compose up -d

Services

Swagger back-end

web

  • Port: 8000
  • Description: This service represents a web application.
  • Access: To access the web application, open a web browser and navigate to http://localhost:8000.

worker

  • Description: This service is a worker responsible for background tasks.
  • Access: There is no direct access to the worker service.

db

  • Port: 5432
  • Description: This service runs a PostgreSQL database.
  • Access: To access the database, you can use a PostgreSQL client and connect to localhost:5432. The configured credentials are:
    • Username: postgres
    • Password: postgres

redis

  • Port: 6379
  • Description: This service runs a Redis server.
  • Access: To access Redis, you can use a Redis client and connect to localhost:6379.

rabbitmq

  • Port: 5672 (AMQP) and 15672 (Management UI)
  • Description: This service runs a RabbitMQ message broker with a management interface.
  • Access:
    • To connect to RabbitMQ using AMQP, use localhost:5672.
    • To access the RabbitMQ management UI, open a web browser and navigate to http://localhost:15672. The default login credentials are:
      • Username: guest
      • Password: guest

pgadmin

  • Port: 8080
  • Description: This service provides a web-based administration interface for PostgreSQL (pgAdmin).
  • Access: To access pgAdmin, open a web browser and navigate to http://localhost:8080. The default login credentials are:

prometheus

  • Port: 9090
  • Description: This service runs Prometheus, a monitoring and alerting system.
  • Access: To access Prometheus, open a web browser and navigate to http://localhost:9090.

cadvisor

  • Port: 8081
  • Description: This service collects and exports container resource usage information.
  • Access: To access cAdvisor, open a web browser and navigate to http://localhost:8081.

grafana

  • Port: 3001

  • Description: This service runs Grafana, a platform for analytics and monitoring.

  • Access: To access Grafana, open a web browser and navigate to http://localhost:3001. The default login credentials are not specified in the provided configuration.

    Note: Before accessing Grafana, make sure to import the dashboard by following these steps:

    1. Copy the dashboard YAML file to the appropriate folder in your project.
    2. Open Grafana in your web browser at http://localhost:3001.
    3. Log in using your Grafana credentials (if applicable).
    4. In the Grafana UI, navigate to the dashboard section.
    5. Import the dashboard by specifying the path to the dashboard YAML file in your project, path: "docker/grafana/grafana-data/dashboards/"

Note: The services mentioned above can be accessed on localhost unless there are conflicting services running on the same ports. Make sure the required dependencies are properly installed and the necessary network configurations are in place before running the Docker Compose configuration.

API

Create user to admin

python3 manage.py createsuperuser

boilerplate-dash-angular's People

Contributors

antonio-lima-jr avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.