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
This commit is contained in:
DevOps Bot
2026-07-13 10:07:02 -07:00
parent 8c17645479
commit c5debbde34
2 changed files with 4 additions and 2 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,6 @@ 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
npm start