mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-10-31 23:55:18 +01:00
16 lines
242 B
YAML
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:
|
|
|