mirror of
https://github.com/Permissionless-Software-Foundation/x402-base-facilitator.git
synced 2026-09-21 16:52:01 -07:00
Merge pull request #27 from Permissionless-Software-Foundation/ct-unstable
fix(docker-compose): Opening up IPFS ports
This commit is contained in:
@@ -18,6 +18,8 @@ ipfs-service:
|
|||||||
- mongo-ipfs-service
|
- mongo-ipfs-service
|
||||||
ports:
|
ports:
|
||||||
- '5001:5001' # <host port>:<container port>
|
- '5001:5001' # <host port>:<container port>
|
||||||
|
- '4001:4001' # IPFS TCP
|
||||||
|
- '4003:4003' # IPFS WS
|
||||||
volumes:
|
volumes:
|
||||||
# - ./logs:/home/coinjoin/consolidating-coinjoin/logs
|
# - ./logs:/home/coinjoin/consolidating-coinjoin/logs
|
||||||
#- ./keys:/home/safeuser/keys
|
#- ./keys:/home/safeuser/keys
|
||||||
|
|||||||
Reference in New Issue
Block a user