From a43d916684b26b769fc163acf38d4b24259b74e7 Mon Sep 17 00:00:00 2001 From: DevOps Bot Date: Mon, 13 Jul 2026 16:21:34 -0700 Subject: [PATCH] Adding local web2 interface --- production/docker/bch-dex/start-production.sh | 6 ++++++ production/docker/docker-compose.yml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/production/docker/bch-dex/start-production.sh b/production/docker/bch-dex/start-production.sh index 6ca30aa..eeb2bb7 100755 --- a/production/docker/bch-dex/start-production.sh +++ b/production/docker/bch-dex/start-production.sh @@ -33,4 +33,10 @@ export APP_ID=bch-dex-001 export OPERATOR_ADDRESS=bitcoincash:qzauj67nsqqmtu2pql7wcak3ct7lu2fppqkj0xwvwl export OPERATOR_PERCENTAGE=10.0 + +export FULLSTACKCASH=false +export APISERVER=http://192.168.2.156:5942/v6/ +export WALLET_INTERFACE=web2 + + npm start diff --git a/production/docker/docker-compose.yml b/production/docker/docker-compose.yml index 27fd94d..8df566d 100644 --- a/production/docker/docker-compose.yml +++ b/production/docker/docker-compose.yml @@ -38,7 +38,7 @@ services: - '4005:4005' # WebRTC volumes: - - ../scripts/wallet.json:/home/safeuser/bch-dex/wallet.json + - ../../../scripts/wallet.json:/home/safeuser/bch-dex/wallet.json - ./bch-dex/start-production.sh:/home/safeuser/bch-dex/start-production.sh restart: always