Skip to content

Commit

Permalink
use default paths
Browse files Browse the repository at this point in the history
  • Loading branch information
wkloucek committed Dec 10, 2020
1 parent 74c1c1f commit fba1047
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 47 deletions.
2 changes: 1 addition & 1 deletion deployments/examples/ocis_keycloak/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
document this deployment example in docs/ocis/deployment/ocis_keycloak.md
document this deployment example in: docs/ocis/deployment/ocis_keycloak.md
---

Please refer to [our documentation](https://owncloud.github.io/ocis/deployment/ocis_keycloak/)
Expand Down
17 changes: 2 additions & 15 deletions deployments/examples/ocis_keycloak/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,8 @@ 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://${KEYCLOAK_DOMAIN:-keycloak.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
volumes:
- 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"
Expand Down Expand Up @@ -129,8 +120,4 @@ services:

volumes:
certs:
ocis-storage:
ocis-metadata:
ocis-store:
ocis-settings:
keycloak_postgres_data:
ocis-data:
4 changes: 2 additions & 2 deletions deployments/examples/ocis_traefik/README.md
Original file line number Diff line number Diff line change
@@ -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.
16 changes: 2 additions & 14 deletions deployments/examples/ocis_traefik/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -99,7 +90,4 @@ services:

volumes:
certs:
ocis-storage:
ocis-metadata:
ocis-store:
ocis-settings:
ocis-data:
2 changes: 1 addition & 1 deletion deployments/examples/owncloud10_with_oc_web/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
document this deployment example in docs/ocis/deployment/ocis_oc10_backend.md
document this deployment example in: docs/ocis/deployment/owncloud10_with_oc_web.md
---

Please refer to [our documentation](https://owncloud.github.io/ocis/deployment/owncloud10_with_oc_web/)
Expand Down
16 changes: 2 additions & 14 deletions deployments/examples/owncloud10_with_oc_web/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,18 +105,9 @@ services:
STORAGE_FRONTEND_PUBLIC_URL: https://${OCIS_DOMAIN:-ocis.owncloud.test}
STORAGE_DATAGATEWAY_PUBLIC_URL: https://${OCIS_DOMAIN:-ocis.owncloud.test}/data
STORAGE_LDAP_IDP: 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
volumes:
- ./config/ocis:/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"
Expand Down Expand Up @@ -204,10 +195,7 @@ services:

volumes:
certs:
ocis-storage:
ocis-metadata:
ocis-store:
ocis-settings:
ocis-data:
files:
driver: local
mysql:
Expand Down

0 comments on commit fba1047

Please sign in to comment.