From bf1c342a1a012730025662c6d710a6cefa98e614 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Fri, 26 Jun 2020 15:25:05 +0200 Subject: [PATCH] tell data providers where to find the gateway MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jörn Friedrich Dreyer --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 54166e16a..e1e0ee347 100644 --- a/Makefile +++ b/Makefile @@ -256,12 +256,14 @@ eos-ocis-storage-home: docker exec -i \ --env OCIS_LOG_LEVEL=debug \ --env REVA_STORAGE_HOME_DATA_DRIVER=eoshome \ + --env REVA_GATEWAY_URL=host.docker.internal:9142 \ eos-cli1 ocis reva-storage-home-data & docker exec -i \ --env OCIS_LOG_LEVEL=debug \ eos-cli1 ocis reva-storage-eos & docker exec -i \ --env OCIS_LOG_LEVEL=debug \ + --env REVA_GATEWAY_URL=host.docker.internal:9142 \ eos-cli1 ocis reva-storage-eos-data & .PHONY: eos-ocis