mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 18:38:09 +01:00
wownero: integration
This commit is contained in:
16
docker/production/compose-fragments/1_wownero-wallet.yml
Normal file
16
docker/production/compose-fragments/1_wownero-wallet.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
wownero_wallet:
|
||||
image: i_wownero_wallet
|
||||
build:
|
||||
context: wownero_wallet
|
||||
dockerfile: Dockerfile
|
||||
container_name: wownero_wallet
|
||||
volumes:
|
||||
- ${DATA_PATH}/wownero_wallet:/data
|
||||
expose:
|
||||
- ${BASE_WOW_WALLET_PORT}
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "10m"
|
||||
max-file: "3"
|
||||
restart: unless-stopped
|
||||
16
docker/production/compose-fragments/8_wownero-daemon.yml
Normal file
16
docker/production/compose-fragments/8_wownero-daemon.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
wownero_daemon:
|
||||
image: i_wownero_daemon
|
||||
build:
|
||||
context: wownero_daemon
|
||||
dockerfile: Dockerfile
|
||||
container_name: wownero_daemon
|
||||
volumes:
|
||||
- ${DATA_PATH}/wownero_daemon:/data
|
||||
expose:
|
||||
- ${BASE_WOW_RPC_PORT}
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "10m"
|
||||
max-file: "3"
|
||||
restart: unless-stopped
|
||||
@@ -8,6 +8,8 @@
|
||||
- ${DATA_PATH}/swapclient:/data/swapclient
|
||||
- ${DATA_PATH}/monero_daemon:/data/monero_daemon
|
||||
- ${DATA_PATH}/monero_wallet:/data/monero_wallet
|
||||
- ${DATA_PATH}/wownero_daemon:/data/wownero_daemon
|
||||
- ${DATA_PATH}/wownero_wallet:/data/wownero_wallet
|
||||
- ${DATA_PATH}/particl:/data/particl
|
||||
- ${DATA_PATH}/bitcoin:/data/bitcoin
|
||||
- ${DATA_PATH}/litecoin:/data/litecoin
|
||||
@@ -45,6 +47,16 @@
|
||||
- XMR_WALLET_RPC_USER
|
||||
- XMR_WALLET_RPC_PWD
|
||||
- DEFAULT_XMR_RESTORE_HEIGHT
|
||||
- WOW_DATA_DIR
|
||||
- WOW_RPC_HOST
|
||||
- BASE_WOW_RPC_PORT
|
||||
- BASE_WOW_ZMQ_PORT
|
||||
- WOW_WALLETS_DIR
|
||||
- WOW_WALLET_RPC_HOST
|
||||
- BASE_WOW_WALLET_PORT
|
||||
- WOW_WALLET_RPC_USER
|
||||
- WOW_WALLET_RPC_PWD
|
||||
- DEFAULT_WOW_RESTORE_HEIGHT
|
||||
- PIVX_DATA_DIR
|
||||
- PIVX_RPC_HOST
|
||||
- PIVX_RPC_PORT
|
||||
|
||||
Reference in New Issue
Block a user