mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-22 09:47:04 +01:00
14 lines
260 B
YAML
14 lines
260 B
YAML
version: '2.1'
|
|
services:
|
|
aquarius:
|
|
image: oceanprotocol/aquarius:${OCEAN_VERSION:-stable}
|
|
ports:
|
|
- 5000:5000
|
|
networks:
|
|
backend:
|
|
ipv4_address: 172.15.0.15
|
|
depends_on:
|
|
- mongodb
|
|
environment:
|
|
DB_HOSTNAME: mongodb
|