Use docker sleep for the dev container in tests

This commit is contained in:
nicolas.dorier 2019-09-06 15:15:50 +09:00
parent 91b1a5e3e5
commit 0013703cef
No known key found for this signature in database
GPG key ID: 6618763EF09186FE

View file

@ -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