fix: configuration blindbit par variables d environnement - Remplacement du fichier TOML par des variables d environnement - Configuration RPC complète via variables d environnement - Suppression du volume de configuration
Some checks failed
CI - 4NK_node / Code Quality (push) Failing after 28s
CI - 4NK_node / Unit Tests (push) Failing after 29s
CI - 4NK_node / Integration Tests (push) Failing after 11s
CI - 4NK_node / Security Tests (push) Failing after 27s
CI - 4NK_node / Docker Build & Test (push) Failing after 10s
CI - 4NK_node / Documentation Tests (push) Failing after 4s
CI - 4NK_node / Security Audit (push) Successful in 3s
CI - 4NK_node / Release Guard (push) Has been skipped
CI - 4NK_node / Performance Tests (push) Successful in 28s
CI - 4NK_node / Notify (push) Failing after 2s
CI - 4NK_node / Publish Release (push) Has been skipped

This commit is contained in:
Debian 2025-09-03 16:27:16 +00:00
parent 6fb48e2466
commit 3a160cb9b6

View File

@ -35,8 +35,19 @@ services:
container_name: 4nk-blindbit
ports:
- "8000:8000"
volumes:
- ./conf/blindbit.toml:/blindbit/blindbit.toml:ro
environment:
- RPC_ENDPOINT=http://4nk-bitcoin:38332
- RPC_USER=bitcoin
- RPC_PASS=bitcoin
- HOST=0.0.0.0:8000
- CHAIN=signet
- SYNC_START_HEIGHT=1
- MAX_PARALLEL_TWEAK_COMPUTATIONS=4
- MAX_PARALLEL_REQUESTS=4
- TWEAKS_ONLY=0
- TWEAKS_FULL_BASIC=1
- TWEAKS_FULL_WITH_DUST_FILTER=1
- TWEAKS_CUT_THROUGH_WITH_DUST_FILTER=1
command: ["/main", "--datadir", "/blindbit"]
working_dir: /
networks: