auto_clea
This commit is contained in:
parent
9903d7320e
commit
67a1a48fb6
@ -49,3 +49,4 @@ startsecs=0
|
||||
exitcodes=0
|
||||
user=root
|
||||
|
||||
|
||||
|
@ -44,7 +44,7 @@ services:
|
||||
restart: unless-stopped
|
||||
|
||||
blindbit:
|
||||
image: git.4nkweb.com/4nk/blindbit-oracle:dev
|
||||
image: git.4nkweb.com/4nk/blindbit-oracle:fixed-source
|
||||
container_name: blindbit-oracle
|
||||
depends_on:
|
||||
bitcoin:
|
||||
@ -60,7 +60,7 @@ services:
|
||||
if [ ! -f /root/.blindbit-oracle/blindbit.toml ]; then
|
||||
cp /tmp/blindbit.toml /root/.blindbit-oracle/blindbit.toml;
|
||||
fi &&
|
||||
echo 'Starting BlindBit (bitcoin health is ensured by depends_on)...' &&
|
||||
echo 'Starting BlindBit Oracle with corrected host binding...' &&
|
||||
exec ./main -datadir /root/.blindbit-oracle"
|
||||
networks:
|
||||
btcnet:
|
||||
|
Loading…
x
Reference in New Issue
Block a user