From 719d52eb4e5e1f76a20b6ceb8c9920566a9330ae Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Thu, 27 Apr 2023 15:48:15 +0300 Subject: [PATCH] fix json in yml --- compose-files/aquarius.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compose-files/aquarius.yml b/compose-files/aquarius.yml index 0455cb8..b348073 100644 --- a/compose-files/aquarius.yml +++ b/compose-files/aquarius.yml @@ -32,6 +32,7 @@ services: RUN_EVENTS_MONITOR: "1" AQUARIUS_URL: http://172.15.0.5:5000 EVENTS_MONITOR_SLEEP_TIME: ${EVENTS_MONITOR_SLEEP_TIME} - SUBGRAPH_URLS: '{"8996": "http://172.15.0.15:8000"}' + SUBGRAPH_URLS: | + {"8996": "http://172.15.0.15:8000"} volumes: - ${OCEAN_ARTIFACTS_FOLDER}:/ocean-contracts/artifacts/