Yamllint'ed all files and made them compliant. (#379)

Co-authored-by: max <max@RedRapier.local>
This commit is contained in:
Maxime Rousseau 2020-10-06 01:17:43 -04:00 committed by GitHub
parent f48fb291c1
commit ea9abe6301
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
47 changed files with 368 additions and 369 deletions

View File

@ -2,30 +2,30 @@ version: "3"
services:
bgoldd:
restart: unless-stopped
container_name: btcpayserver_bgoldd
image: kamigawabul/docker-bitcoingold:0.15.2
environment:
BITCOIN_EXTRA_ARGS: |
rpcport=43782
${NBITCOIN_NETWORK:-regtest}=1
port=39388
whitelist=0.0.0.0/0
expose:
- "43782"
- "39388"
volumes:
- "bgold_datadir:/data"
restart: unless-stopped
container_name: btcpayserver_bgoldd
image: kamigawabul/docker-bitcoingold:0.15.2
environment:
BITCOIN_EXTRA_ARGS: |
rpcport=43782
${NBITCOIN_NETWORK:-regtest}=1
port=39388
whitelist=0.0.0.0/0
expose:
- "43782"
- "39388"
volumes:
- "bgold_datadir:/data"
nbxplorer:
environment:
NBXPLORER_CHAINS: "btg"
NBXPLORER_BTGRPCURL: http://bgoldd:43782/
NBXPLORER_BTGNODEENDPOINT: bgoldd:39388
volumes:
- "bgold_datadir:/root/.bitcoingold"
environment:
NBXPLORER_CHAINS: "btg"
NBXPLORER_BTGRPCURL: http://bgoldd:43782/
NBXPLORER_BTGNODEENDPOINT: bgoldd:39388
volumes:
- "bgold_datadir:/root/.bitcoingold"
btcpayserver:
environment:
BTCPAY_CHAINS: "btg"
BTCPAY_BTGEXPLORERURL: http://nbxplorer:32838/
environment:
BTCPAY_CHAINS: "btg"
BTCPAY_BTGEXPLORERURL: http://nbxplorer:32838/
volumes:
bgold_datadir:

View File

@ -50,7 +50,7 @@ services:
links:
- clightning_bitcoin
expose:
- "9737"
- "9737"
clightning_bitcoin_rest:
image: saubyk/c-lightning-rest:0.3.0

View File

@ -32,8 +32,8 @@ services:
-Declair.bitcoind.zmqblock=tcp://bitcoind:28332
-Declair.bitcoind.zmqtx=tcp://bitcoind:28333
expose:
- "9735" # server port
- "8080" # api port
- "9735" # server port
- "8080" # api port
volumes:
- "bitcoin_datadir:/etc/bitcoin"
- "eclair_bitcoin_datadir:/data"

View File

@ -2,34 +2,34 @@ version: "3"
services:
bitcoind:
restart: unless-stopped
container_name: btcpayserver_bitcoind
image: btcpayserver/bitcoin:0.20.1
environment:
BITCOIN_NETWORK: ${NBITCOIN_NETWORK:-regtest}
BITCOIN_WALLETDIR: "/walletdata"
BITCOIN_EXTRA_ARGS: |
rpcport=43782
rpcbind=0.0.0.0:43782
port=39388
whitelist=0.0.0.0/0
expose:
- "43782"
- "39388"
volumes:
- "bitcoin_datadir:/data"
- "bitcoin_wallet_datadir:/walletdata"
restart: unless-stopped
container_name: btcpayserver_bitcoind
image: btcpayserver/bitcoin:0.20.1
environment:
BITCOIN_NETWORK: ${NBITCOIN_NETWORK:-regtest}
BITCOIN_WALLETDIR: "/walletdata"
BITCOIN_EXTRA_ARGS: |
rpcport=43782
rpcbind=0.0.0.0:43782
port=39388
whitelist=0.0.0.0/0
expose:
- "43782"
- "39388"
volumes:
- "bitcoin_datadir:/data"
- "bitcoin_wallet_datadir:/walletdata"
nbxplorer:
environment:
NBXPLORER_CHAINS: "btc"
NBXPLORER_BTCRPCURL: http://bitcoind:43782/
NBXPLORER_BTCNODEENDPOINT: bitcoind:39388
volumes:
- "bitcoin_datadir:/root/.bitcoin"
environment:
NBXPLORER_CHAINS: "btc"
NBXPLORER_BTCRPCURL: http://bitcoind:43782/
NBXPLORER_BTCNODEENDPOINT: bitcoind:39388
volumes:
- "bitcoin_datadir:/root/.bitcoin"
btcpayserver:
environment:
BTCPAY_CHAINS: "btc"
BTCPAY_BTCEXPLORERURL: http://nbxplorer:32838/
environment:
BTCPAY_CHAINS: "btc"
BTCPAY_BTCEXPLORERURL: http://nbxplorer:32838/
volumes:
bitcoin_datadir:
bitcoin_wallet_datadir:

View File

@ -2,34 +2,34 @@ version: "3"
services:
bitcoinplusd:
restart: unless-stopped
container_name: btcpayserver_bitcoinplusd
image: chekaz/docker-bitcoinplus:2.7.0
environment:
BITCOIN_EXTRA_ARGS: |
rpcport=43782
${NBITCOIN_NETWORK:-regtest}=1
port=39388
whitelist=0.0.0.0/0
expose:
- "43782"
- "39388"
volumes:
- "bitcoinplus_datadir:/data"
restart: unless-stopped
container_name: btcpayserver_bitcoinplusd
image: chekaz/docker-bitcoinplus:2.7.0
environment:
BITCOIN_EXTRA_ARGS: |
rpcport=43782
${NBITCOIN_NETWORK:-regtest}=1
port=39388
whitelist=0.0.0.0/0
expose:
- "43782"
- "39388"
volumes:
- "bitcoinplus_datadir:/data"
nbxplorer:
environment:
NBXPLORER_CHAINS: "xbc"
NBXPLORER_XBCRPCURL: http://bitcoinplusd:43782/
NBXPLORER_XBCNODEENDPOINT: bitcoinplusd:39388
NBXPLORER_XBCRPCUSER: "NBXPLORER_XBCRPCUSER"
NBXPLORER_XBCRPCPASSWORD: "NBXPLORER_XBCRPCPASS"
links:
- bitcoinplusd
volumes:
- "bitcoinplus_datadir:/root/.bitcoinplus"
environment:
NBXPLORER_CHAINS: "xbc"
NBXPLORER_XBCRPCURL: http://bitcoinplusd:43782/
NBXPLORER_XBCNODEENDPOINT: bitcoinplusd:39388
NBXPLORER_XBCRPCUSER: "NBXPLORER_XBCRPCUSER"
NBXPLORER_XBCRPCPASSWORD: "NBXPLORER_XBCRPCPASS"
links:
- bitcoinplusd
volumes:
- "bitcoinplus_datadir:/root/.bitcoinplus"
btcpayserver:
environment:
BTCPAY_CHAINS: "xbc"
BTCPAY_TZCEXPLORERURL: http://nbxplorer:32838/
environment:
BTCPAY_CHAINS: "xbc"
BTCPAY_TZCEXPLORERURL: http://nbxplorer:32838/
volumes:
bitcoinplus_datadir:

View File

@ -17,18 +17,18 @@ services:
volumes:
- "bitcore_datadir:/data"
nbxplorer:
environment:
NBXPLORER_CHAINS: "btx"
NBXPLORER_BTXRPCURL: http://bitcored:43782/
NBXPLORER_BTXNODEENDPOINT: bitcored:39388
links:
- bitcored
volumes:
- "bitcore_datadir:/root/.bitcore"
environment:
NBXPLORER_CHAINS: "btx"
NBXPLORER_BTXRPCURL: http://bitcored:43782/
NBXPLORER_BTXNODEENDPOINT: bitcored:39388
links:
- bitcored
volumes:
- "bitcore_datadir:/root/.bitcore"
btcpayserver:
environment:
BTCPAY_BTXEXPLORERURL: http://nbxplorer:32838/
BTCPAY_CHAINS: "btx"
environment:
BTCPAY_BTXEXPLORERURL: http://nbxplorer:32838/
BTCPAY_CHAINS: "btx"
volumes:
bitcore_datadir:
bitcore_datadir:

View File

@ -2,7 +2,7 @@ version: "3"
services:
btcpayserver:
ports:
ports:
- "80:49392"
exclusive:

View File

@ -22,9 +22,9 @@ services:
links:
- postgres
volumes:
- "btcpay_datadir:/datadir"
- "nbxplorer_datadir:/root/.nbxplorer"
- "$<BTCPAY_HOST_SSHAUTHORIZEDKEYS>?:${BTCPAY_SSHAUTHORIZEDKEYS}"
- "btcpay_datadir:/datadir"
- "nbxplorer_datadir:/root/.nbxplorer"
- "$<BTCPAY_HOST_SSHAUTHORIZEDKEYS>?:${BTCPAY_SSHAUTHORIZEDKEYS}"
volumes:
btcpay_datadir:

View File

@ -2,30 +2,30 @@ version: "3"
services:
dashd:
restart: unless-stopped
container_name: btcpayserver_dashd
image: btcpayserver/dash:0.14.0.1
environment:
BITCOIN_EXTRA_ARGS: |
${NBITCOIN_NETWORK:-regtest}=1
port=9999
rpcport=9998
whitelist=0.0.0.0/0
expose:
- "9998"
- "9999"
volumes:
- "dash_datadir:/data"
restart: unless-stopped
container_name: btcpayserver_dashd
image: btcpayserver/dash:0.14.0.1
environment:
BITCOIN_EXTRA_ARGS: |
${NBITCOIN_NETWORK:-regtest}=1
port=9999
rpcport=9998
whitelist=0.0.0.0/0
expose:
- "9998"
- "9999"
volumes:
- "dash_datadir:/data"
nbxplorer:
environment:
NBXPLORER_CHAINS: "dash"
NBXPLORER_DASHRPCURL: http://dashd:9998/
NBXPLORER_DASHNODEENDPOINT: dashd:9999
volumes:
- "dash_datadir:/root/.dashcore"
environment:
NBXPLORER_CHAINS: "dash"
NBXPLORER_DASHRPCURL: http://dashd:9998/
NBXPLORER_DASHNODEENDPOINT: dashd:9999
volumes:
- "dash_datadir:/root/.dashcore"
btcpayserver:
environment:
BTCPAY_CHAINS: "dash"
BTCPAY_DASHEXPLORERURL: http://nbxplorer:32838/
environment:
BTCPAY_CHAINS: "dash"
BTCPAY_DASHEXPLORERURL: http://nbxplorer:32838/
volumes:
dash_datadir:

View File

@ -2,40 +2,40 @@ version: "3"
services:
dogecoind:
restart: unless-stopped
container_name: btcpayserver_dogecoind
image: rockstardev/dogecoin:1.10.0
environment:
DOGECOIN_EXTRA_ARGS: |
rpcuser=ceiwHEbqWI83
rpcpassword=DwubwWsoo3
${NBITCOIN_NETWORK:-regtest}=1
server=1
rpcport=22555
port=22556
whitelist=0.0.0.0/0
# Reducing memory usage of dogecoind. Don't try running this container without at least 2 GB of memory
# https://www.reddit.com/r/dogecoin/comments/5wynqe/reducing_memory_usage_of_dogecoind/
dbcache=50
ports:
- "22555:22555"
expose:
- "22555" # RPC
- "22556" # P2P
volumes:
- "dogecoin_datadir:/data"
restart: unless-stopped
container_name: btcpayserver_dogecoind
image: rockstardev/dogecoin:1.10.0
environment:
DOGECOIN_EXTRA_ARGS: |
rpcuser=ceiwHEbqWI83
rpcpassword=DwubwWsoo3
${NBITCOIN_NETWORK:-regtest}=1
server=1
rpcport=22555
port=22556
whitelist=0.0.0.0/0
# Reducing memory usage of dogecoind. Don't try running this container without at least 2 GB of memory
# https://www.reddit.com/r/dogecoin/comments/5wynqe/reducing_memory_usage_of_dogecoind/
dbcache=50
ports:
- "22555:22555"
expose:
- "22555" # RPC
- "22556" # P2P
volumes:
- "dogecoin_datadir:/data"
nbxplorer:
environment:
NBXPLORER_CHAINS: "doge"
NBXPLORER_DOGERPCURL: http://dogecoind:22555/
NBXPLORER_DOGENODEENDPOINT: dogecoind:22556
NBXPLORER_DOGERPCUSER: ceiwHEbqWI83
NBXPLORER_DOGERPCPASSWORD: DwubwWsoo3
volumes:
- "dogecoin_datadir:/root/.dogecoin"
environment:
NBXPLORER_CHAINS: "doge"
NBXPLORER_DOGERPCURL: http://dogecoind:22555/
NBXPLORER_DOGENODEENDPOINT: dogecoind:22556
NBXPLORER_DOGERPCUSER: ceiwHEbqWI83
NBXPLORER_DOGERPCPASSWORD: DwubwWsoo3
volumes:
- "dogecoin_datadir:/root/.dogecoin"
btcpayserver:
environment:
BTCPAY_CHAINS: "doge"
BTCPAY_DOGEEXPLORERURL: http://nbxplorer:32838/
environment:
BTCPAY_CHAINS: "doge"
BTCPAY_DOGEEXPLORERURL: http://nbxplorer:32838/
volumes:
dogecoin_datadir:

View File

@ -2,30 +2,30 @@ version: "3"
services:
feathercoind:
restart: unless-stopped
container_name: btcpayserver_feathercoind
image: chekaz/docker-feathercoin:0.16.3
environment:
BITCOIN_EXTRA_ARGS: |
rpcport=43782
${NBITCOIN_NETWORK:-regtest}=1
port=39388
whitelist=0.0.0.0/0
expose:
- "43782"
- "39388"
volumes:
- "feathercoin_datadir:/data"
restart: unless-stopped
container_name: btcpayserver_feathercoind
image: chekaz/docker-feathercoin:0.16.3
environment:
BITCOIN_EXTRA_ARGS: |
rpcport=43782
${NBITCOIN_NETWORK:-regtest}=1
port=39388
whitelist=0.0.0.0/0
expose:
- "43782"
- "39388"
volumes:
- "feathercoin_datadir:/data"
nbxplorer:
environment:
NBXPLORER_CHAINS: "ftc"
NBXPLORER_FTCRPCURL: http://feathercoind:43782/
NBXPLORER_FTCNODEENDPOINT: feathercoind:39388
volumes:
- "feathercoin_datadir:/root/.feathercoin"
environment:
NBXPLORER_CHAINS: "ftc"
NBXPLORER_FTCRPCURL: http://feathercoind:43782/
NBXPLORER_FTCNODEENDPOINT: feathercoind:39388
volumes:
- "feathercoin_datadir:/root/.feathercoin"
btcpayserver:
environment:
BTCPAY_CHAINS: "ftc"
BTCPAY_FTCEXPLORERURL: http://nbxplorer:32838/
environment:
BTCPAY_CHAINS: "ftc"
BTCPAY_FTCEXPLORERURL: http://nbxplorer:32838/
volumes:
feathercoin_datadir:

View File

@ -61,12 +61,12 @@ services:
NETWORK: ${NBITCOIN_NETWORK:-regtest}
SPARK_OPT: --no-tls --port 9739 -C /data/.cookie
volumes:
- "clightning_groestlcoin_datadir:/etc/lightning"
- "clightning_groestlcoin_spark:/data"
- "clightning_groestlcoin_datadir:/etc/lightning"
- "clightning_groestlcoin_spark:/data"
links:
- clightning_groestlcoin
- clightning_groestlcoin
expose:
- "9739"
- "9739"
volumes:
clightning_groestlcoin_datadir:
clightning_groestlcoin_charge:

View File

@ -32,8 +32,8 @@ services:
-Declair.bitcoind.zmqblock=tcp://groestlcoind:21441
-Declair.bitcoind.zmqtx=tcp://groestlcoind:21441
expose:
- "9735" # server port
- "8080" # api port
- "9735" # server port
- "8080" # api port
volumes:
- "groestlcoin_datadir:/etc/groestlcoin"
- "eclair_groestlcoin_datadir:/data"

View File

@ -2,30 +2,30 @@ version: "3"
services:
groestlcoind:
restart: unless-stopped
container_name: btcpayserver_groestlcoind
image: groestlcoin/docker-groestlcoin:2.20.1
environment:
GROESTLCOIN_EXTRA_ARGS: |
rpcport=43782
${NBITCOIN_NETWORK:-regtest}=1
port=39388
whitelist=0.0.0.0/0
expose:
- "43782"
- "39388"
volumes:
- "groestlcoin_datadir:/data"
restart: unless-stopped
container_name: btcpayserver_groestlcoind
image: groestlcoin/docker-groestlcoin:2.20.1
environment:
GROESTLCOIN_EXTRA_ARGS: |
rpcport=43782
${NBITCOIN_NETWORK:-regtest}=1
port=39388
whitelist=0.0.0.0/0
expose:
- "43782"
- "39388"
volumes:
- "groestlcoin_datadir:/data"
nbxplorer:
environment:
NBXPLORER_CHAINS: "grs"
NBXPLORER_GRSRPCURL: http://groestlcoind:43782/
NBXPLORER_GRSNODEENDPOINT: groestlcoind:39388
volumes:
- "groestlcoin_datadir:/root/.groestlcoin"
environment:
NBXPLORER_CHAINS: "grs"
NBXPLORER_GRSRPCURL: http://groestlcoind:43782/
NBXPLORER_GRSNODEENDPOINT: groestlcoind:39388
volumes:
- "groestlcoin_datadir:/root/.groestlcoin"
btcpayserver:
environment:
BTCPAY_CHAINS: "grs"
BTCPAY_GRSEXPLORERURL: http://nbxplorer:32838/
environment:
BTCPAY_CHAINS: "grs"
BTCPAY_GRSEXPLORERURL: http://nbxplorer:32838/
volumes:
groestlcoin_datadir:

View File

@ -2,37 +2,37 @@ version: "3"
services:
elementsd_liquid:
restart: unless-stopped
container_name: btcpayserver_elementsd_liquid
image: btcpayserver/elements:0.18.1.7
environment:
ELEMENTS_NETWORK: ${NBITCOIN_NETWORK:-regtest}
ELEMENTS_MAINNET_CHAIN: "liquidv1"
ELEMENTS_WALLETDIR: "/walletdata"
ELEMENTS_EXTRA_ARGS: |
rpcport=43782
rpcbind=0.0.0.0:43782
rpcauth=liquid:c8bf1a8961d97f224cb21224aaa8235d$$402f4a8907683d057b8c58a42940b6e54d1638322a42986ae28ebb844e603ae6
port=39388
whitelist=0.0.0.0/0
validatepegin=0
prune=5000
fallbackfee=0.000001
expose:
- "43782"
- "39388"
volumes:
- "elements_datadir:/data"
- "elements_wallet_datadir:/walletdata"
restart: unless-stopped
container_name: btcpayserver_elementsd_liquid
image: btcpayserver/elements:0.18.1.7
environment:
ELEMENTS_NETWORK: ${NBITCOIN_NETWORK:-regtest}
ELEMENTS_MAINNET_CHAIN: "liquidv1"
ELEMENTS_WALLETDIR: "/walletdata"
ELEMENTS_EXTRA_ARGS: |
rpcport=43782
rpcbind=0.0.0.0:43782
rpcauth=liquid:c8bf1a8961d97f224cb21224aaa8235d$$402f4a8907683d057b8c58a42940b6e54d1638322a42986ae28ebb844e603ae6
port=39388
whitelist=0.0.0.0/0
validatepegin=0
prune=5000
fallbackfee=0.000001
expose:
- "43782"
- "39388"
volumes:
- "elements_datadir:/data"
- "elements_wallet_datadir:/walletdata"
nbxplorer:
environment:
NBXPLORER_CHAINS: "lbtc"
NBXPLORER_LBTCRPCURL: http://elementsd_liquid:43782/
NBXPLORER_LBTCNODEENDPOINT: elementsd_liquid:39388
NBXPLORER_LBTCRPCUSER: "liquid"
NBXPLORER_LBTCRPCPASSWORD: "liquid"
volumes:
- "elements_datadir:/root/.elements"
environment:
NBXPLORER_CHAINS: "lbtc"
NBXPLORER_LBTCRPCURL: http://elementsd_liquid:43782/
NBXPLORER_LBTCNODEENDPOINT: elementsd_liquid:39388
NBXPLORER_LBTCRPCUSER: "liquid"
NBXPLORER_LBTCRPCPASSWORD: "liquid"
volumes:
- "elements_datadir:/root/.elements"
btcpayserver:
environment:
BTCPAY_CHAINS: "lbtc"

View File

@ -17,16 +17,16 @@ services:
volumes:
- "litecoin_datadir:/data"
nbxplorer:
environment:
NBXPLORER_CHAINS: "ltc"
NBXPLORER_LTCRPCURL: http://litecoind:43782/
NBXPLORER_LTCNODEENDPOINT: litecoind:39388
volumes:
- "litecoin_datadir:/root/.litecoin"
environment:
NBXPLORER_CHAINS: "ltc"
NBXPLORER_LTCRPCURL: http://litecoind:43782/
NBXPLORER_LTCNODEENDPOINT: litecoind:39388
volumes:
- "litecoin_datadir:/root/.litecoin"
btcpayserver:
environment:
BTCPAY_LTCEXPLORERURL: http://nbxplorer:32838/
BTCPAY_CHAINS: "ltc"
environment:
BTCPAY_LTCEXPLORERURL: http://nbxplorer:32838/
BTCPAY_CHAINS: "ltc"
volumes:
litecoin_datadir:
litecoin_datadir:

View File

@ -17,16 +17,16 @@ services:
volumes:
- "monacoin_datadir:/data"
nbxplorer:
environment:
NBXPLORER_CHAINS: "mona"
NBXPLORER_MONARPCURL: http://monacoind:43782/
NBXPLORER_MONANODEENDPOINT: monacoind:39388
volumes:
- "monacoin_datadir:/root/.monacoin"
environment:
NBXPLORER_CHAINS: "mona"
NBXPLORER_MONARPCURL: http://monacoind:43782/
NBXPLORER_MONANODEENDPOINT: monacoind:39388
volumes:
- "monacoin_datadir:/root/.monacoin"
btcpayserver:
environment:
BTCPAY_MONAEXPLORERURL: http://nbxplorer:32838/
BTCPAY_CHAINS: "mona"
environment:
BTCPAY_MONAEXPLORERURL: http://nbxplorer:32838/
BTCPAY_CHAINS: "mona"
volumes:
monacoin_datadir:
monacoin_datadir:

View File

@ -16,4 +16,4 @@ services:
- "nbxplorer_datadir:/datadir"
volumes:
nbxplorer_datadir:
nbxplorer_datadir:

View File

@ -28,10 +28,10 @@ services:
- btcpayserver
- nginx
volumes:
nginx_conf:
nginx_vhost:
nginx_html:
nginx_certs:
nginx_conf:
nginx_vhost:
nginx_html:
nginx_certs:
exclusive:
- proxy

View File

@ -23,4 +23,4 @@ services:
environment:
BTCPAY_EXTERNALSERVICES: "Quickbooks Online Connector:btcqbo;"
volumes:
redis_datadir:
redis_datadir:

View File

@ -26,10 +26,10 @@ services:
- postgres
- nbxplorer
volumes:
- "btctransmuter_datadir:/app/data"
- "nbxplorer_datadir:/root/.nbxplorer"
- "btctransmuter_datadir:/app/data"
- "nbxplorer_datadir:/root/.nbxplorer"
btcpayserver:
environment:
BTCPAY_EXTERNALSERVICES: "BTC Transmuter:btctransmuter;"
volumes:
btctransmuter_datadir:
btctransmuter_datadir:

View File

@ -36,4 +36,3 @@ services:
- "nbxplorer_datadir:/root/.nbxplorer"
volumes:
electrum_ps_datadir:

View File

@ -11,7 +11,7 @@ services:
stop_signal: SIGKILL
environment:
BASE_PATH: "/thub"
NO_VERSION_CHECK : "true"
NO_VERSION_CHECK: "true"
COOKIE_PATH: "/data/.cookie"
SSO_SERVER_URL: "lnd_bitcoin:10009"
SSO_MACAROON_PATH: "/etc/lnd"

View File

@ -56,9 +56,9 @@ services:
# Be careful if you copy the line below from the docker-compose.yml! A dollar sign is escaped.
rpcauth=btcrpc:a6a5d29a3f44f02e4cd8cabb5b10a234$$ab6152915515f6a9cca806d2ab5f0e2794c346ba74f812c61e48241d523778b8
volumes:
- "tor_datadir:/home/tor/.tor"
- "tor_datadir:/home/tor/.tor"
links:
- tor
- tor
nginx:
volumes:
@ -77,8 +77,8 @@ services:
TOR_EXTRA_ARGS: |
CookieAuthentication 1
expose:
- "9050" # SOCKS
- "9051" # Tor Control
- "9050" # SOCKS
- "9051" # Tor Control
volumes:
- "tor_datadir:/home/tor/.tor"
- "tor_torrcdir:/usr/local/etc/tor"
@ -167,6 +167,6 @@ services:
- "tor_servicesdir:/var/lib/tor/hidden_services"
- "tor_torrcdir:/usr/local/etc/tor/"
volumes:
tor_datadir:
tor_torrcdir:
tor_servicesdir:
tor_datadir:
tor_torrcdir:
tor_servicesdir:

View File

@ -32,8 +32,8 @@ services:
- "mariadb_datadir:/var/lib/mysql"
btcpayserver:
environment:
BTCPAY_EXTERNALSERVICES: "WooCommerce:${BTCPAY_PROTOCOL:-https}://${WOOCOMMERCE_HOST};"
environment:
BTCPAY_EXTERNALSERVICES: "WooCommerce:${BTCPAY_PROTOCOL:-https}://${WOOCOMMERCE_HOST};"
volumes:
woocommerce_html:
mariadb_datadir:

View File

@ -3,5 +3,5 @@ version: "3"
services:
bitcoind:
ports:
- "8333:39388"
ports:
- "8333:39388"

View File

@ -1,5 +1,5 @@
version: "3"
# must not use opt-save-storage
# must not use opt-save-storage
services:
bitcoind:

View File

@ -3,9 +3,9 @@ version: "3"
services:
postgres:
restart: unless-stopped
image: postgres:9.6.5
image: postgres:9.6.5
volumes:
- "postgres_datadir:/var/lib/postgresql/data"
volumes:
postgres_datadir:
postgres_datadir:

View File

@ -2,34 +2,34 @@ version: "3"
services:
trezarcoind:
restart: unless-stopped
container_name: btcpayserver_trezarcoind
image: chekaz/docker-trezarcoin:0.13.0
environment:
BITCOIN_EXTRA_ARGS: |
rpcport=43782
${NBITCOIN_NETWORK:-regtest}=1
port=39388
whitelist=0.0.0.0/0
expose:
- "43782"
- "39388"
volumes:
- "trezarcoin_datadir:/data"
restart: unless-stopped
container_name: btcpayserver_trezarcoind
image: chekaz/docker-trezarcoin:0.13.0
environment:
BITCOIN_EXTRA_ARGS: |
rpcport=43782
${NBITCOIN_NETWORK:-regtest}=1
port=39388
whitelist=0.0.0.0/0
expose:
- "43782"
- "39388"
volumes:
- "trezarcoin_datadir:/data"
nbxplorer:
environment:
NBXPLORER_CHAINS: "tzc"
NBXPLORER_TZCRPCURL: http://trezarcoind:43782/
NBXPLORER_TZCNODEENDPOINT: trezarcoind:39388
NBXPLORER_TZCRPCUSER: "NBXPLORER_TZCRPCUSER"
NBXPLORER_TZCRPCPASSWORD: "NBXPLORER_TZCRPCPASS"
links:
- trezarcoind
volumes:
- "trezarcoin_datadir:/root/.trezarcoin"
environment:
NBXPLORER_CHAINS: "tzc"
NBXPLORER_TZCRPCURL: http://trezarcoind:43782/
NBXPLORER_TZCNODEENDPOINT: trezarcoind:39388
NBXPLORER_TZCRPCUSER: "NBXPLORER_TZCRPCUSER"
NBXPLORER_TZCRPCPASSWORD: "NBXPLORER_TZCRPCPASS"
links:
- trezarcoind
volumes:
- "trezarcoin_datadir:/root/.trezarcoin"
btcpayserver:
environment:
BTCPAY_CHAINS: "tzc"
BTCPAY_TZCEXPLORERURL: http://nbxplorer:32838/
environment:
BTCPAY_CHAINS: "tzc"
BTCPAY_TZCEXPLORERURL: http://nbxplorer:32838/
volumes:
trezarcoin_datadir:

View File

@ -2,30 +2,30 @@ version: "3"
services:
viacoind:
restart: unless-stopped
container_name: btcpayserver_viacoind
image: romanornr/docker-viacoin:0.15.2
environment:
BITCOIN_EXTRA_ARGS: |
rpcport=43782
${NBITCOIN_NETWORK:-regtest}=1
port=39388
whitelist=0.0.0.0/0
expose:
- "43782"
- "39388"
volumes:
- "viacoin_datadir:/data"
restart: unless-stopped
container_name: btcpayserver_viacoind
image: romanornr/docker-viacoin:0.15.2
environment:
BITCOIN_EXTRA_ARGS: |
rpcport=43782
${NBITCOIN_NETWORK:-regtest}=1
port=39388
whitelist=0.0.0.0/0
expose:
- "43782"
- "39388"
volumes:
- "viacoin_datadir:/data"
nbxplorer:
environment:
NBXPLORER_CHAINS: "via"
NBXPLORER_VIARPCURL: http://viacoind:43782/
NBXPLORER_VIANODEENDPOINT: viacoind:39388
volumes:
- "viacoin_datadir:/root/.viacoin"
environment:
NBXPLORER_CHAINS: "via"
NBXPLORER_VIARPCURL: http://viacoind:43782/
NBXPLORER_VIANODEENDPOINT: viacoind:39388
volumes:
- "viacoin_datadir:/root/.viacoin"
btcpayserver:
environment:
BTCPAY_CHAINS: "via"
BTCPAY_VIAEXPLORERURL: http://nbxplorer:32838/
environment:
BTCPAY_CHAINS: "via"
BTCPAY_VIAEXPLORERURL: http://nbxplorer:32838/
volumes:
viacoin_datadir: