mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-10-31 23:55:18 +01:00
21 lines
379 B
YAML
21 lines
379 B
YAML
version: '2.1'
|
|
services:
|
|
aquarius:
|
|
image: oceanprotocol/aquarius:${AQUARIUS_VERSION:-stable}
|
|
ports:
|
|
- 5000:5000
|
|
networks:
|
|
backend:
|
|
ipv4_address: 172.15.0.15
|
|
depends_on:
|
|
- mongodb
|
|
environment:
|
|
DB_HOSTNAME: mongodb
|
|
|
|
mongodb:
|
|
image: mongo:3.6
|
|
command: mongod
|
|
networks:
|
|
backend:
|
|
ipv4_address: 172.15.0.11
|