Add docker volume for btcpayserver plugins
This commit is contained in:
parent
ee12400fb7
commit
7a2eaf3600
|
@ -56,8 +56,6 @@ services:
|
|||
- "nbxplorer_datadir:/datadir"
|
||||
|
||||
|
||||
|
||||
|
||||
postgres:
|
||||
restart: unless-stopped
|
||||
image: btcpayserver/postgres:${POSTGRES_VERSION}
|
||||
|
@ -68,6 +66,7 @@ services:
|
|||
- "postgres_datadir:/var/lib/postgresql/data"
|
||||
volumes:
|
||||
btcpay_datadir:
|
||||
btcpay_pluginsdir:
|
||||
postgres_datadir:
|
||||
nbxplorer_datadir:
|
||||
networks: {}
|
Loading…
Reference in New Issue
Block a user