mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 18:38:09 +01:00
docker: Update templates for BCH.
This commit is contained in:
16
docker/production/compose-fragments/1_bitcoincash.yml
Normal file
16
docker/production/compose-fragments/1_bitcoincash.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
bitcoincash_core:
|
||||
image: i_bitcoincash
|
||||
build:
|
||||
context: bitcoincash
|
||||
dockerfile: Dockerfile
|
||||
container_name: bitcoincash_core
|
||||
volumes:
|
||||
- ${DATA_PATH}/bitcoincash:/data
|
||||
expose:
|
||||
- ${BCH_RPC_PORT}
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "10m"
|
||||
max-file: "3"
|
||||
restart: unless-stopped
|
||||
@@ -7,7 +7,7 @@
|
||||
volumes:
|
||||
- ${DATA_PATH}/wownero_daemon:/data
|
||||
expose:
|
||||
- ${BASE_WOW_RPC_PORT}
|
||||
- ${WOW_RPC_PORT}
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
- ${DATA_PATH}/pivx:/data/pivx
|
||||
- ${DATA_PATH}/dash:/data/dash
|
||||
- ${DATA_PATH}/firo:/data/firo
|
||||
- ${DATA_PATH}/bitcoincash:/data/bitcoincash
|
||||
environment:
|
||||
- TZ
|
||||
- BSX_DOCKER_MODE
|
||||
@@ -50,8 +51,8 @@
|
||||
- DEFAULT_XMR_RESTORE_HEIGHT
|
||||
- WOW_DATA_DIR
|
||||
- WOW_RPC_HOST
|
||||
- BASE_WOW_RPC_PORT
|
||||
- BASE_WOW_ZMQ_PORT
|
||||
- WOW_RPC_PORT
|
||||
- WOW_ZMQ_PORT
|
||||
- WOW_WALLETS_DIR
|
||||
- WOW_WALLET_RPC_HOST
|
||||
- WOW_WALLET_RPC_PORT
|
||||
@@ -73,4 +74,9 @@
|
||||
- FIRO_RPC_PORT
|
||||
- FIRO_RPC_USER
|
||||
- FIRO_RPC_PWD
|
||||
- BCH_DATA_DIR
|
||||
- BCH_RPC_HOST
|
||||
- BCH_RPC_PORT
|
||||
- BCH_RPC_USER
|
||||
- BCH_RPC_PWD
|
||||
restart: "no"
|
||||
|
||||
Reference in New Issue
Block a user