mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 22:25:28 +01:00
Use docker sleep for the dev container in tests
This commit is contained in:
parent
91b1a5e3e5
commit
0013703cef
1 changed files with 1 additions and 6 deletions
|
@ -37,12 +37,7 @@ services:
|
|||
|
||||
# The dev container is not actually used, it is just handy to run `docker-compose up dev` to start all services
|
||||
dev:
|
||||
image: btcpayserver/bitcoin:0.18.0
|
||||
environment:
|
||||
BITCOIN_NETWORK: regtest
|
||||
BITCOIN_EXTRA_ARGS: |
|
||||
deprecatedrpc=signrawtransaction
|
||||
connect=bitcoind:39388
|
||||
image: coscale/docker-sleep
|
||||
links:
|
||||
- nbxplorer
|
||||
- postgres
|
||||
|
|
Loading…
Add table
Reference in a new issue