mirror of
https://github.com/dromara/hertzbeat.git
synced 2026-09-17 18:19:02 +00:00
support postgresql store meta data instead of h2 database add docker-compose file for postgresql add related docs Update home docs start postgresql-change.md Co-authored-by: tomsun28 <tomsun28@outlook.com> Signed-off-by: vinci <55838224+vinci-897@users.noreply.github.com> Update home docs start postgresql-change.md Co-authored-by: tomsun28 <tomsun28@outlook.com> Signed-off-by: vinci <55838224+vinci-897@users.noreply.github.com> Update home docs start postgresql-change.md Co-authored-by: tomsun28 <tomsun28@outlook.com> Signed-off-by: vinci <55838224+vinci-897@users.noreply.github.com> Update home docs start postgresql-change.md Co-authored-by: tomsun28 <tomsun28@outlook.com> Signed-off-by: vinci <55838224+vinci-897@users.noreply.github.com> --------- Signed-off-by: vinci <55838224+vinci-897@users.noreply.github.com> Co-authored-by: tomsun28 <tomsun28@outlook.com>
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
- 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
-
Download the hertzbeat-docker-compose installation deployment script file The script file is located in
script/docker-compose/hertzbeat-postgresql-iotdblink script/docker-compose -
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