mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-03 10:46:42 +01:00
Add correct volume mapping for UI (#4670)
This commit is contained in:
parent
b514e812b5
commit
969333c9e4
1 changed files with 2 additions and 2 deletions
|
@ -7,11 +7,11 @@ services:
|
|||
restart: on-failure
|
||||
stop_grace_period: 1m
|
||||
volumes:
|
||||
- ./data/wallet:/wallet
|
||||
- ./data/wallet:/bitcoin-s
|
||||
- ./data/log:/log
|
||||
environment:
|
||||
LOG_PATH: "/log/"
|
||||
BITCOIN_S_HOME: "/wallet/"
|
||||
BITCOIN_S_HOME: "/bitcoin-s/"
|
||||
MEMPOOL_API_URL: "http://mempool.space/api"
|
||||
WALLET_SERVER_API_URL: "http://walletserver:9999/"
|
||||
WALLET_SERVER_WS: "ws://walletserver:19999/events"
|
||||
|
|
Loading…
Add table
Reference in a new issue