Replies: 2 comments
-
Adding my compose file Click me
As you can se only timezone and unicode change. |
Beta Was this translation helpful? Give feedback.
0 replies
-
hi
These two files need to have configuration content. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have opted to test hertzbeat-postgresql-victoria-metrics version since it was recomended and last updated.
I have tried for several days to figure out how to get this deployment up.
but whit no luck.
Docker Version: 27.3.1
Docker Compose version: v2.29.7
OS: Ubuntu 24.04.1 LTS
Since i first got the config error in logs i manually created :
./conf/application.yml
./conf/sureness.yml
They where folders, "typical compose error".
So that error went away.
NO other container on my hostls
did a "docker system prune --all" on host before start.
my structure are:
"docker compose pull"
docker compose up -d && docker compose logs -f
active logs show :
compose-hertzbeat exited with code 1
only compose-postgresql and compose-victoria-metrics are up.
The file structure after:
Logs
server-2024-10-03-error.0.log
server-2024-10-03.0.log
Now i`m not really sure where to look for errors.
Have not change the root password on the db since i think the rest are configured to use the root to create their own users?
docker run -d -p 1157:1157 -p 1158:1158 --name hertzbeat apache/hertzbeat
and it gives me the interface, but want persistent storage and want ti use the db for that.
This was allot of text but tried to gather what you may need. Hope someone can help me get this up and update the repo with info to. This looks so amazing and watnt to test it.
Beta Was this translation helpful? Give feedback.
All reactions