use default paths
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
document this deployment example in docs/ocis/deployment/owncloud10_with_ocis_web.md
|
||||
document this deployment example in: docs/ocis/deployment/ocis_traefik.md
|
||||
---
|
||||
|
||||
Please refer to [our documentation](https://owncloud.github.io/ocis/deployment/owncloud10_with_ocis_web/)
|
||||
Please refer to [our documentation](https://owncloud.github.io/ocis/deployment/ocis_traefik/)
|
||||
for instructions on how to deploy this scenario.
|
||||
|
||||
@@ -68,21 +68,12 @@ services:
|
||||
STORAGE_DATAGATEWAY_PUBLIC_URL: https://${OCIS_DOMAIN:-ocis.owncloud.test}/data
|
||||
STORAGE_FRONTEND_PUBLIC_URL: https://${OCIS_DOMAIN:-ocis.owncloud.test}/
|
||||
STORAGE_OIDC_ISSUER: https://${OCIS_DOMAIN:-ocis.owncloud.test}
|
||||
STORAGE_METADATA_ROOT: /opt/ocis-metadata
|
||||
STORAGE_DRIVER_OCIS_ROOT: /opt/ocis-storage
|
||||
# store config
|
||||
STORE_DATA_PATH: /opt/ocis-store
|
||||
# settings config
|
||||
SETTINGS_DATA_PATH: /opt/ocis-settings
|
||||
# idp config
|
||||
KONNECTD_ISS: https://${OCIS_DOMAIN:-ocis.owncloud.test}
|
||||
KONNECTD_TLS: 'false'
|
||||
volumes:
|
||||
- ./config:/config
|
||||
- ocis-storage:/opt/ocis-storage
|
||||
- ocis-metadata:/opt/ocis-metadata
|
||||
- ocis-store:/opt/ocis-store
|
||||
- ocis-settings:/opt/ocis-settings
|
||||
- ocis-data:/var/tmp/ocis
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.ocis.entrypoints=http"
|
||||
@@ -99,7 +90,4 @@ services:
|
||||
|
||||
volumes:
|
||||
certs:
|
||||
ocis-storage:
|
||||
ocis-metadata:
|
||||
ocis-store:
|
||||
ocis-settings:
|
||||
ocis-data:
|
||||
|
||||
Reference in New Issue
Block a user