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
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:
parent
3a160cb9b6
commit
808bda72bf
@ -35,10 +35,11 @@ services:
|
||||
container_name: 4nk-blindbit
|
||||
ports:
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
- bitcoin_data:/home/bitcoin/.bitcoin/signet:ro
|
||||
environment:
|
||||
- RPC_ENDPOINT=http://4nk-bitcoin:38332
|
||||
- RPC_USER=bitcoin
|
||||
- RPC_PASS=bitcoin
|
||||
- COOKIE_PATH=/home/bitcoin/.bitcoin/signet/.cookie
|
||||
- HOST=0.0.0.0:8000
|
||||
- CHAIN=signet
|
||||
- SYNC_START_HEIGHT=1
|
||||
|
Loading…
x
Reference in New Issue
Block a user