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 <dchristofas@owncloud.com>
This commit is contained in:
David Christofas
2020-10-06 09:07:21 +02:00
parent 91ff99ecf5
commit d4ba9d4f0d
+11
View File
@@ -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: