mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-23 06:35:13 +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
|
# The dev container is not actually used, it is just handy to run `docker-compose up dev` to start all services
|
||||||
dev:
|
dev:
|
||||||
image: btcpayserver/bitcoin:0.18.0
|
image: coscale/docker-sleep
|
||||||
environment:
|
|
||||||
BITCOIN_NETWORK: regtest
|
|
||||||
BITCOIN_EXTRA_ARGS: |
|
|
||||||
deprecatedrpc=signrawtransaction
|
|
||||||
connect=bitcoind:39388
|
|
||||||
links:
|
links:
|
||||||
- nbxplorer
|
- nbxplorer
|
||||||
- postgres
|
- postgres
|
||||||
|
|
Loading…
Add table
Reference in a new issue