fix: authentification RPC blindbit par cookie - Remplacement de l authentification par identifiants par l authentification par cookie - Montage du volume bitcoin_data pour accéder au fichier .cookie - Configuration COOKIE_PATH pour l authentification automatique
Some checks failed
CI - 4NK_node / Code Quality (push) Failing after 32s
CI - 4NK_node / Unit Tests (push) Failing after 30s
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 9s
CI - 4NK_node / Documentation Tests (push) Failing after 3s
CI - 4NK_node / Security Audit (push) Successful in 4s
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 1s
CI - 4NK_node / Publish Release (push) Has been skipped

This commit is contained in:
Debian 2025-09-03 16:30:08 +00:00
parent 3a160cb9b6
commit 808bda72bf

View File

@ -35,10 +35,11 @@ services:
container_name: 4nk-blindbit container_name: 4nk-blindbit
ports: ports:
- "8000:8000" - "8000:8000"
volumes:
- bitcoin_data:/home/bitcoin/.bitcoin/signet:ro
environment: environment:
- RPC_ENDPOINT=http://4nk-bitcoin:38332 - RPC_ENDPOINT=http://4nk-bitcoin:38332
- RPC_USER=bitcoin - COOKIE_PATH=/home/bitcoin/.bitcoin/signet/.cookie
- RPC_PASS=bitcoin
- HOST=0.0.0.0:8000 - HOST=0.0.0.0:8000
- CHAIN=signet - CHAIN=signet
- SYNC_START_HEIGHT=1 - SYNC_START_HEIGHT=1