mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-22 01:37:01 +01:00
Fix Aquarius subgraph url
This commit is contained in:
parent
93499a2e34
commit
45aadbdc66
@ -32,5 +32,6 @@ services:
|
|||||||
RUN_EVENTS_MONITOR: "1"
|
RUN_EVENTS_MONITOR: "1"
|
||||||
AQUARIUS_URL: http://172.15.0.5:5000
|
AQUARIUS_URL: http://172.15.0.5:5000
|
||||||
EVENTS_MONITOR_SLEEP_TIME: ${EVENTS_MONITOR_SLEEP_TIME}
|
EVENTS_MONITOR_SLEEP_TIME: ${EVENTS_MONITOR_SLEEP_TIME}
|
||||||
|
SUBGRAPH_URLS: '{"8996": "http://172.15.0.15:8000"}'
|
||||||
volumes:
|
volumes:
|
||||||
- ${OCEAN_ARTIFACTS_FOLDER}:/ocean-contracts/artifacts/
|
- ${OCEAN_ARTIFACTS_FOLDER}:/ocean-contracts/artifacts/
|
||||||
|
Loading…
Reference in New Issue
Block a user