mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-12 22:39:34 -05:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user