Add plugins dir volume to btcpay (#434)
This commit is contained in:
@@ -26,9 +26,11 @@ services:
|
|||||||
- "btcpay_datadir:/datadir"
|
- "btcpay_datadir:/datadir"
|
||||||
- "nbxplorer_datadir:/root/.nbxplorer"
|
- "nbxplorer_datadir:/root/.nbxplorer"
|
||||||
- "$<BTCPAY_HOST_SSHAUTHORIZEDKEYS>?:${BTCPAY_SSHAUTHORIZEDKEYS}"
|
- "$<BTCPAY_HOST_SSHAUTHORIZEDKEYS>?:${BTCPAY_SSHAUTHORIZEDKEYS}"
|
||||||
|
- "btcpay_pluginsdir:/root/.btcpayserver/Plugins"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
btcpay_datadir:
|
btcpay_datadir:
|
||||||
|
btcpay_pluginsdir:
|
||||||
|
|
||||||
required:
|
required:
|
||||||
- "postgres"
|
- "postgres"
|
||||||
|
|||||||
Reference in New Issue
Block a user