hertzbeat/script/docker-compose/hertzbeat-postgresql-iotdb
tomsun28 4faca0766a
support quay.io as hertzbeat docker images repository (#1036)
2023-06-24 20:36:47 +08:00
..
conf support quay.io as hertzbeat docker images repository (#1036) 2023-06-24 20:36:47 +08:00
README.md support postgresql store meta data instead of h2 database (#828) 2023-04-01 23:10:41 +08:00
README_CN.md support postgresql store meta data instead of h2 database (#828) 2023-04-01 23:10:41 +08:00
docker-compose.yaml fix depend on postgres error (#998) 2023-05-31 15:04:07 +08:00

README.md

docker-compose deployment HertzBeat+PostgreSQL+IoTDB solution

The docker-compose deployment scheme uses PostgreSQL + IoTDB as the dependent storage service of Hertzbeat.
This solution will start three container services PostgreSQL, IoTDB, HertzBeat

Install Docker & Docker-compose
  1. Download and install docker environment & docker-compose environment Please refer to Docker official website documentation, Compose installation
    $ docker -v
    Docker version 20.10.12, build e91ed57
    
docker compose deploys hertzbeat and its dependent services
  1. Download the hertzbeat-docker-compose installation deployment script file The script file is located in script/docker-compose/hertzbeat-postgresql-iotdb link script/docker-compose

  2. Enter the deployment script docker-compose directory, execute

    docker compose up -d

Start exploring HertzBeat

Browser access localhost:1157 to start, the default account password admin/hertzbeat