mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-01 08:05:17 +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:
|
||
|
|