From d4ba9d4f0de87397c097528bf08dd94700b9470a Mon Sep 17 00:00:00 2001 From: David Christofas Date: Tue, 6 Oct 2020 09:07:21 +0200 Subject: [PATCH] modify docker-compose file to work with mono repo added volumes for the different submodules to make the docker compose file work with the replaces in go.mod Signed-off-by: David Christofas --- ocis/docker-compose.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ocis/docker-compose.yml b/ocis/docker-compose.yml index 0d8023b790a..fec84f0bb8f 100644 --- a/ocis/docker-compose.yml +++ b/ocis/docker-compose.yml @@ -21,6 +21,17 @@ services: - testnet volumes: - .:/ocis + - ../accounts:/accounts + - ../glauth:/glauth + - ../konnectd:/konnectd + - ../ocis-phoenix:/ocis-phoenix + - ../ocis-pkg:/ocis-pkg + - ../ocs:/ocs + - ../proxy:/proxy + - ../settings:/settings + - ../store:/store + - ../thumbnails:/thumbnails + - ../webdav:/webdav - ../ocis-reva:/ocis-reva - ../reva:/reva environment: