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