mirror of
https://github.com/Permissionless-Software-Foundation/bch-dex.git
synced 2026-09-23 01:22:03 -07:00
Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a43d916684 | ||
|
|
c5debbde34 |
@@ -46,14 +46,14 @@ WORKDIR /home/safeuser
|
|||||||
|
|
||||||
# Clone the rest.bitcoin.com repository
|
# Clone the rest.bitcoin.com repository
|
||||||
WORKDIR /home/safeuser
|
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,
|
# Switch to the desired branch. `master` is usually stable,
|
||||||
# and `stage` has the most up-to-date changes.
|
# and `stage` has the most up-to-date changes.
|
||||||
WORKDIR /home/safeuser/bch-dex-ui-v3
|
WORKDIR /home/safeuser/bch-dex-ui-v3
|
||||||
|
|
||||||
# For development: switch to unstable branch
|
# For development: switch to unstable branch
|
||||||
RUN git checkout ct-unstable
|
RUN git checkout fullstackcash
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
#RUN mkdir .ipfsdata
|
#RUN mkdir .ipfsdata
|
||||||
|
|||||||
@@ -31,4 +31,12 @@ export APP_ID=bch-dex-001
|
|||||||
|
|
||||||
#export P2WDB_URL=http://172.17.0.1:5667
|
#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
|
npm start
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ services:
|
|||||||
- '4005:4005' # WebRTC
|
- '4005:4005' # WebRTC
|
||||||
|
|
||||||
volumes:
|
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
|
- ./bch-dex/start-production.sh:/home/safeuser/bch-dex/start-production.sh
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user