Add docker volume for btcpayserver plugins

This commit is contained in:
Taylor Helsper 2022-03-15 22:52:10 -05:00
parent ee12400fb7
commit 7a2eaf3600

View File

@ -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: {}