mirror of
https://github.com/Permissionless-Software-Foundation/bch-dex.git
synced 2026-09-21 16:52:00 -07:00
fix(config): Added webRTC port & connection preference reporting
This commit is contained in:
@@ -26,9 +26,12 @@ services:
|
||||
links:
|
||||
- mongo-ipfs-service
|
||||
ports:
|
||||
- '5010:5010' # <host port>:<container port>
|
||||
- '4001:4001'
|
||||
- '4003:4003'
|
||||
# <host port>:<container port>
|
||||
- '5010:5010' # REST API
|
||||
- '4001:4001' # TCP
|
||||
- '4003:4003' # Websockets
|
||||
- '4005:4005' # WebRTC
|
||||
|
||||
volumes:
|
||||
- ../data/ipfsdata:/home/safeuser/ipfs-service-provider/.ipfsdata
|
||||
- ./start-production.sh:/home/safeuser/ipfs-service-provider/start-production.sh
|
||||
|
||||
Reference in New Issue
Block a user