fix(docker): Add collerd.json example file
All checks were successful
/ pre-commit (push) Successful in 1m51s

Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
Julien Riou 2025-08-26 12:33:09 +02:00
parent 7d7614637b
commit 9107326962
Signed by: jriou
GPG key ID: 9A099EDA51316854
2 changed files with 8 additions and 1 deletions

3
.gitignore vendored
View file

@ -1,3 +1,4 @@
bin
collerd.json
collerd.db
!docker/collerd.json
collerd.json

6
docker/collerd.json Normal file
View file

@ -0,0 +1,6 @@
{
"enable_metrics": true,
"database_type": "postgres",
"database_dsn": "user=coller dbname=coller password=wwav93psLNc9RFrMNCYiixLqkxCMFMnm host=db",
"show_version": true
}