Add correct volume mapping for UI (#4670)

This commit is contained in:
Chris Stewart 2022-08-26 07:07:47 -05:00 committed by GitHub
parent b514e812b5
commit 969333c9e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"