Merge pull request #9172 from owncloud/mmattel-patch-1

[docs-only] Update ocis_wopi docker-compose.yml --> add staging for letsencrypt
This commit is contained in:
Martin
2024-05-16 10:40:57 +02:00
committed by GitHub
2 changed files with 7 additions and 1 deletions
+6 -1
View File
@@ -11,6 +11,11 @@ TRAEFIK_DOMAIN=
TRAEFIK_BASIC_AUTH_USERS=
# Email address for obtaining LetsEncrypt certificates, needs only be changed if this is a public facing server
TRAEFIK_ACME_MAIL=
# Defaults to "https://acme-v02.api.letsencrypt.org/directory".
# Set to: "https://acme-staging-v02.api.letsencrypt.org/directory" for testing to check the certificate process.
# With staging, there will be an SSL error in the browser. When certificates are displayed and are emitted by
# "Fake LE Intermediate X1", the process went well and the envvar can be reset to empty to get valid certificates.
TRAEFIK_ACME_CASERVER=
### oCIS settings ###
# oCIS version. Defaults to "latest"
@@ -26,7 +31,7 @@ DEMO_USERS=
OCIS_LOG_LEVEL=
### Wopi server settings ###
# cs3org wopi server version. Defaults to "v8.3.3"
# cs3org wopi server version. Defaults to "v10.3.0"
WOPISERVER_DOCKER_TAG=
# cs3org wopi server domain. Defaults to "wopiserver.owncloud.test"
WOPISERVER_DOMAIN=
@@ -18,6 +18,7 @@ services:
- "--certificatesResolvers.http.acme.email=${TRAEFIK_ACME_MAIL:-example@example.org}"
- "--certificatesResolvers.http.acme.storage=/certs/acme.json"
- "--certificatesResolvers.http.acme.httpChallenge.entryPoint=http"
- "--certificatesresolvers.http.acme.caserver=${TRAEFIK_ACME_CASERVER:-https://acme-v02.api.letsencrypt.org/directory"
# enable dashboard
- "--api.dashboard=true"
# define entrypoints