btcpayserver-docker icon indicating copy to clipboard operation
btcpayserver-docker copied to clipboard

service "lnd_bitcoin" refers to undefined volume bitcoin_datadir: invalid compose project

Open madsamjp opened this issue 1 year ago • 1 comments

I've tried installing BTCpay server using default settings as outlined here: https://docs.btcpayserver.org/Docker/. I get either the following errors:

service "bitcoin_rtl" refers to undefined volume bitcoin_datadir: invalid compose project
service "bitcoin_lnd" refers to undefined volume bitcoin_datadir: invalid compose project

If I edit Generated/docker-compose.generated.yml and replace all references of bitcoin_datadir to my actual bitcoin data dir, it then continues to pull the containers, but then I get no such service: bitcoind.

Is this method broken? Does anyone else have issues deploying?

madsamjp avatar Aug 07 '23 16:08 madsamjp

What does your config look like, especially the BTCPAYGEN_CRYPTO1 and fragment related environment variables (BTCPAYGEN_ADDITIONAL_FRAGMENTS, BTCPAYGEN_EXCLUDE_FRAGMENTS).

Maybe you can also post the Generated/docker-compose.generated.yml file content, it looks like the bitcoind and/or its volume definition aren't part of that.

dennisreimann avatar Aug 08 '23 06:08 dennisreimann