deployments: Default to "ocis-rolling" for the ocis_full example for now

The example requires features that are not available in the production
releases yet. Also add some clarification statements to the docs.

Fixes: #9779
This commit is contained in:
Ralf Haferkamp
2024-08-13 15:31:54 +02:00
parent f71b445fae
commit adaea9eb3f
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ OCIS=:ocis.yml
# The oCIS container image.
# For production releases: "owncloud/ocis"
# For rolling releases: "owncloud/ocis-rolling"
# Defaults to "owncloud/ocis" (production)
# Defaults to "owncloud/ocis-rolling" (rolling release)
OCIS_DOCKER_IMAGE=
# The oCIS container version.
# Defaults to "latest" and points to the latest stable tag.
+3 -1
View File
@@ -6,7 +6,9 @@ services:
aliases:
- ${OCIS_DOMAIN:-ocis.owncloud.test}
ocis:
image: ${OCIS_DOCKER_IMAGE:-owncloud/ocis}:${OCIS_DOCKER_TAG:-latest}
# FIXME: move back to "owncloud/ocis:latest" once the collaboratoin service is
# available in a production release
image: ${OCIS_DOCKER_IMAGE:-owncloud/ocis-rolling}:${OCIS_DOCKER_TAG:-latest}
networks:
ocis-net:
entrypoint: