Browse Source

rename datadir

migrate-pregen
nicolas.dorier 7 years ago
parent
commit
8312d8ee1e
  1. 16
      Production/docker-compose.btc-ltc.yml

16
Production/docker-compose.btc-ltc.yml

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