update submodule

This commit is contained in:
Nicolas Cantu 2025-09-22 05:45:40 +00:00
parent 44bc7576b2
commit 98bddd1ef7
3 changed files with 9 additions and 5 deletions

View File

@ -3,7 +3,11 @@ FROM git.4nkweb.com/4nk/bitcoin:latest
# Installer jq et autres outils utiles pour les healthchecks
USER root
RUN apk update && apk add --no-cache jq bc && \
RUN apk update && apk add --no-cache \
jq bc \
net-tools iputils \
bind-tools netcat-openbsd \
telnet procps && \
rm -rf /var/cache/apk/* /tmp/* /var/tmp/*
# Revenir à l'utilisateur bitcoin

View File

@ -7,5 +7,5 @@ zmq_url=tcp://bitcoin:29000
storage=https://dev4.4nkweb.com/storage
data_dir=/app/.4nk
bitcoin_data_dir=/app/.bitcoin
bootstrap_url=wss://dev3.4nkweb.com/ws/
bootstrap_faucet=true
bootstrap_url=
bootstrap_faucet=false

View File

@ -7,5 +7,5 @@ zmq_url=tcp://bitcoin:29000
storage=https://dev4.4nkweb.com/storage
data_dir=/app/.4nk
bitcoin_data_dir=/app/.bitcoin
bootstrap_url=wss://dev3.4nkweb.com/ws/
bootstrap_faucet=true
bootstrap_url=
bootstrap_faucet=false