fix(config): Added webRTC port & connection preference reporting

This commit is contained in:
Chris Troutner
2025-02-23 10:34:00 -07:00
parent c6f0a1317c
commit 1b99f8afa1
5 changed files with 11 additions and 8 deletions
+6 -3
View File
@@ -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