1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-06-10 11:25:20 +02:00
barge/compose-files/ipfs.yml
alexcos20 dc97d61ae6 c2d
2022-01-14 02:31:01 -08:00

16 lines
242 B
YAML

version: '3'
services:
ipfs:
image: ipfs/go-ipfs:v0.4.23
ports:
- '5001:5001'
- '5005:8080'
networks:
backend:
ipv4_address: 172.15.0.16
volumes:
- graphipfs:/data/ipfs
volumes:
graphipfs: