global: MASSIVE snapshot

This commit is contained in:
nym21
2026-02-23 17:22:12 +01:00
parent be0d749f9c
commit 3b7aa8242a
703 changed files with 29130 additions and 30779 deletions

View File

@@ -62,7 +62,6 @@ cd docker && docker compose up -d
| `BTC_RPC_USER` | Bitcoin RPC username | - |
| `BTC_RPC_PASSWORD` | Bitcoin RPC password | - |
| `BRK_DATA_VOLUME` | Docker volume name for BRK data | `brk-data` |
| `BRK_FETCH` | Enable price fetching | `true` |
### Example .env File
@@ -78,7 +77,6 @@ BTC_RPC_USER=your_username
BTC_RPC_PASSWORD=your_password
# BRK settings
BRK_FETCH=true
```
### Connecting to Bitcoin Core
@@ -151,7 +149,7 @@ volumes:
The container includes a combined health check that verifies:
- The BRK process is running
- The API server is responding on port 3110
- The API server is responding (port 7070 externally, 3110 internally)
## Monitoring