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:
@@ -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.
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user