|
|
@ -79,7 +79,7 @@ services: |
|
|
|
- postgres |
|
|
|
volumes: |
|
|
|
- "btcpay_datadir:/datadir" |
|
|
|
- "nbxplorer_btc_datadir:/root/.nbxplorer" |
|
|
|
- "nbxplorer_datadir:/root/.nbxplorer" |
|
|
|
|
|
|
|
nbxplorer: |
|
|
|
restart: always |
|
|
@ -99,8 +99,8 @@ services: |
|
|
|
- litecoind |
|
|
|
volumes: |
|
|
|
- "nbxplorer_btc_datadir:/datadir" |
|
|
|
- "bitcoin_btc_datadir:/root/.bitcoin" |
|
|
|
- "bitcoin_ltc_datadir:/root/.litecoin" |
|
|
|
- "bitcoin_datadir:/root/.bitcoin" |
|
|
|
- "litecoin_datadir:/root/.litecoin" |
|
|
|
|
|
|
|
bitcoind: |
|
|
|
restart: always |
|
|
@ -116,7 +116,7 @@ services: |
|
|
|
- "43782" |
|
|
|
- "39388" |
|
|
|
volumes: |
|
|
|
- "bitcoin_btc_datadir:/data" |
|
|
|
- "bitcoin_datadir:/data" |
|
|
|
|
|
|
|
postgres: |
|
|
|
image: postgres:9.6.5 |
|
|
@ -137,7 +137,7 @@ services: |
|
|
|
- "43782" |
|
|
|
- "39388" |
|
|
|
volumes: |
|
|
|
- "bitcoin_ltc_datadir:/data" |
|
|
|
- "litecoin_datadir:/data" |
|
|
|
|
|
|
|
postgres: |
|
|
|
image: postgres:9.6.5 |
|
|
@ -149,8 +149,8 @@ volumes: |
|
|
|
nginx_vhost: |
|
|
|
nginx_html: |
|
|
|
nginx_certs: |
|
|
|
bitcoin_btc_datadir: |
|
|
|
bitcoin_ltc_datadir: |
|
|
|
bitcoin_datadir: |
|
|
|
litecoin_datadir: |
|
|
|
postgres_datadir: |
|
|
|
btcpay_datadir: |
|
|
|
nbxplorer_btc_datadir: |
|
|
|
nbxplorer_datadir: |