Compare commits

..
Author SHA1 Message Date
DevOps Bot a43d916684 Adding local web2 interface 2026-07-13 16:21:34 -07:00
DevOps Bot c5debbde34 Customize for fullstackcash.net deployment
- dex-ui Dockerfile: Use FullStack-Agents/bch-dex-ui-v3 fork, fullstackcash branch
- start-production.sh: Add OPERATOR_ADDRESS and OPERATOR_PERCENTAGE env vars
2026-07-13 10:07:02 -07:00
3 changed files with 11 additions and 3 deletions
+2 -2
View File
@@ -46,14 +46,14 @@ WORKDIR /home/safeuser
# Clone the rest.bitcoin.com repository
WORKDIR /home/safeuser
RUN git clone https://github.com/Permissionless-Software-Foundation/bch-dex-ui-v3
RUN git clone https://github.com/FullStack-Agents/bch-dex-ui-v3
# Switch to the desired branch. `master` is usually stable,
# and `stage` has the most up-to-date changes.
WORKDIR /home/safeuser/bch-dex-ui-v3
# For development: switch to unstable branch
RUN git checkout ct-unstable
RUN git checkout fullstackcash
# Install dependencies
#RUN mkdir .ipfsdata
@@ -31,4 +31,12 @@ export APP_ID=bch-dex-001
#export P2WDB_URL=http://172.17.0.1:5667
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
+1 -1
View File
@@ -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