Clarification service blindbit-oracle et configuration Bitcoin
- Renommage service: blindbit → blindbit-oracle dans docker-compose.yml - Alignement chemins volumes: /blindbit → /blindbit-oracle - Mise à jour dépendances: depends_on: blindbit-oracle - Configuration Bitcoin: ajout RPC signet (rpcbind, rpcport, rpcauth) - Correction daemon=0 pour stabilité Docker - Alignement DNS: migration .4nk.local → .local
This commit is contained in:
parent
0d3a293625
commit
c2f9000837
@ -34,7 +34,7 @@ services:
|
||||
depends_on:
|
||||
- tor
|
||||
|
||||
blindbit:
|
||||
blindbit-oracle:
|
||||
image: git.4nkweb.com/4nk/blindbit-oracle:dev
|
||||
container_name: 4nk-blindbit-oracle
|
||||
hostname: blindbit-oracle.local
|
||||
@ -51,12 +51,12 @@ services:
|
||||
- TWEAKS_FULL_BASIC=1
|
||||
- TWEAKS_FULL_WITH_DUST_FILTER=1
|
||||
- TWEAKS_CUT_THROUGH_WITH_DUST_FILTER=1
|
||||
command: [ "/main", "--datadir", "/blindbit" ]
|
||||
command: [ "/main", "--datadir", "/blindbit-oracle" ]
|
||||
working_dir: /
|
||||
volumes:
|
||||
- ./modules/blindbit-oracle/conf/blindbit.toml:/blindbit/blindbit.toml:ro
|
||||
- ./modules/blindbit-oracle/data:/blindbit
|
||||
- ./modules/blindbit-oracle/logs:/blindbit/logs
|
||||
- ./modules/blindbit-oracle/conf/blindbit.toml:/blindbit-oracle/blindbit.toml:ro
|
||||
- ./modules/blindbit-oracle/data:/blindbit-oracle
|
||||
- ./modules/blindbit-oracle/logs:/blindbit-oracle/logs
|
||||
networks:
|
||||
4nk_network:
|
||||
ipv4_address: 172.20.0.12
|
||||
@ -109,7 +109,7 @@ services:
|
||||
ipv4_address: 172.20.0.14
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- blindbit
|
||||
- blindbit-oracle
|
||||
healthcheck:
|
||||
test: [ "CMD", "curl", "-f", "http://localhost:8090/health" ]
|
||||
interval: 30s
|
||||
@ -136,7 +136,7 @@ services:
|
||||
ipv4_address: 172.20.0.15
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- blindbit
|
||||
- blindbit-oracle
|
||||
healthcheck:
|
||||
test: [ "CMD", "curl", "-f", "http://localhost:8090/health" ]
|
||||
interval: 30s
|
||||
@ -163,7 +163,7 @@ services:
|
||||
ipv4_address: 172.20.0.16
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- blindbit
|
||||
- blindbit-oracle
|
||||
healthcheck:
|
||||
test: [ "CMD", "curl", "-f", "http://localhost:8090/health" ]
|
||||
interval: 30s
|
||||
|
@ -1 +1 @@
|
||||
MANIFEST-000395
|
||||
MANIFEST-000447
|
||||
|
@ -1,3 +1,3 @@
|
||||
2025/09/10-15:27:48.575066 7f172cc2cb38 Recovering log #394
|
||||
2025/09/10-15:27:48.592820 7f172cc2cb38 Delete type=0 #394
|
||||
2025/09/10-15:27:48.592888 7f172cc2cb38 Delete type=3 #393
|
||||
2025/09/10-15:57:30.565181 7f0195abcb38 Recovering log #446
|
||||
2025/09/10-15:57:30.583059 7f0195abcb38 Delete type=0 #446
|
||||
2025/09/10-15:57:30.583102 7f0195abcb38 Delete type=3 #445
|
||||
|
@ -1,3 +1,3 @@
|
||||
2025/09/10-15:27:17.521565 7f77e1b29b38 Recovering log #392
|
||||
2025/09/10-15:27:17.536519 7f77e1b29b38 Delete type=0 #392
|
||||
2025/09/10-15:27:17.536567 7f77e1b29b38 Delete type=3 #391
|
||||
2025/09/10-15:56:59.449509 7ff2666ecb38 Recovering log #444
|
||||
2025/09/10-15:56:59.466945 7ff2666ecb38 Delete type=3 #443
|
||||
2025/09/10-15:56:59.467006 7ff2666ecb38 Delete type=0 #444
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user