fix: use docker/telemetry/data/ for runtime data and add .gitignore

Move xrpld data paths from ./data/ to docker/telemetry/data/ so runtime
files stay within the docker telemetry directory. Add .gitignore to
exclude the data directory from version control.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Pratik Mankawde
2026-03-31 16:39:20 +01:00
parent c07dd573fe
commit 58aa308052
2 changed files with 5 additions and 3 deletions

2
docker/telemetry/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
# Runtime data generated by xrpld and telemetry stack
data/

View File

@@ -27,15 +27,15 @@ protocol = ws
[node_db]
type=NuDB
path=./data/nudb
path=docker/telemetry/data/nudb
online_delete=256
advisory_delete=0
[database_path]
./data
docker/telemetry/data
[debug_logfile]
./data/debug.log
docker/telemetry/data/debug.log
[rpc_startup]
{ "command": "log_level", "severity": "debug" }