mirror of
https://github.com/Permissionless-Software-Foundation/bch-dex.git
synced 2026-09-21 16:52:00 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user