1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-06-28 16:57:42 +02:00
barge/compose-files/aquarius.yml

14 lines
260 B
YAML
Raw Normal View History

2018-11-29 12:32:38 +01:00
version: '2.1'
services:
aquarius:
image: oceanprotocol/aquarius:${OCEAN_VERSION:-stable}
ports:
- 5000:5000
networks:
backend:
ipv4_address: 172.15.0.15
depends_on:
2018-12-04 11:36:10 +01:00
- mongodb
2018-11-29 12:32:38 +01:00
environment:
DB_HOSTNAME: mongodb