mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 21:10:42 +02:00
add volume
This commit is contained in:
parent
53138dae86
commit
c5c14af07b
@ -10,7 +10,10 @@ services:
|
||||
links:
|
||||
- postgres
|
||||
- btcpayserver
|
||||
|
||||
volumes:
|
||||
- "nnostr_datadir:/datadir"
|
||||
btcpayserver:
|
||||
environment:
|
||||
BTCPAY_EXTERNALSERVICES: "Nostr Relay:nostr;"
|
||||
volumes:
|
||||
nnostr_datadir:
|
||||
|
Loading…
Reference in New Issue
Block a user