This commit is contained in:
Willy Kloucek
2021-05-01 19:20:04 +02:00
parent df3b65b5e8
commit 5977a86eb3
12 changed files with 163 additions and 21 deletions
@@ -28,7 +28,7 @@ OCIS_JWT_SECRET=
# oCIS Wopi server version. Defaults to "latest"
OCIS_WOPISERVER_DOCKER_TAG=custom
# cs3org wopi server version. Defaults to "latest"
WOPISERVER_DOCKER_TAG=
CS3ORG_WOPISERVER_DOCKER_TAG=
# cs3org wopi server domain. Defaults to "wopiserver.owncloud.test"
WOPISERVER_DOMAIN=
# JWT secret which is used for the documents to be request by the Wopi client from the cs3org Wopi server. Must be change in order to have a secure Wopi server. Defaults to "Pive-Fumkiu4"
@@ -1,6 +1,6 @@
---
document this deployment example in: docs/ocis/deployment/ocis_traefik.md
document this deployment example in: docs/ocis/deployment/ocis_wopi.md
---
Please refer to [our documentation](https://owncloud.dev/ocis/deployment/ocis_traefik/)
Please refer to [our documentation](https://owncloud.dev/ocis/deployment/ocis_wopi/)
for instructions on how to deploy this scenario.
@@ -22,7 +22,7 @@
"path": "/accounts.js"
},
{
"id": "wopiserver",
"id": "wopi",
"path": "/wopi.js"
}
],
@@ -100,7 +100,7 @@ services:
restart: always
wopiserver:
image: cs3org/wopiserver:${WOPISERVER_DOCKER_TAG:-latest}
image: cs3org/wopiserver:${CS3ORG_WOPISERVER_DOCKER_TAG:-latest}
networks:
ocis-net:
entrypoint: