License: MIT
Signed-off-by: Hector Sanjuan <code@hector.link>
This commit is contained in:
Hector Sanjuan 2018-10-24 13:12:36 +02:00
parent ce6ed6ae7a
commit 2a62edd32a

View File

@ -18,7 +18,6 @@ version: '3.4'
services:
##################################################################################
##################################################################################
## Cluster PEER 0 ################################################################
##################################################################################
@ -28,7 +27,6 @@ services:
image: ipfs/go-ipfs:release
ports:
- "4001:4001" # ipfs swarm
- "4002:4002/udp" # udp swarm
# - "5001:5001" # expose if needed/wanted
# - "8080:8080" # exposes if needed/wanted
volumes:
@ -49,7 +47,6 @@ services:
volumes:
- ./compose/cluster0:/data/ipfs-cluster
##################################################################################
##################################################################################
## Cluster PEER 1 ################################################################
##################################################################################
@ -59,7 +56,6 @@ services:
image: ipfs/go-ipfs:release
ports:
- "4101:4001" # ipfs swarm
- "4102:4002/udp" # udp swarm
# - "5101:5001" # expose if needed/wanted
# - "8180:8080" # exposes if needed/wanted
volumes: