[docs-only] Fix the default deployment release type

This commit is contained in:
mmattel
2024-08-14 12:30:20 +02:00
parent d13b8d1a00
commit 37e7e8c52a
3 changed files with 5 additions and 7 deletions
+2 -2
View File
@@ -38,8 +38,8 @@ OCIS=:ocis.yml
# The oCIS container image.
# For production releases: "owncloud/ocis"
# For rolling releases: "owncloud/ocis-rolling"
# Defaults to "owncloud/ocis-rolling" (rolling release)
OCIS_DOCKER_IMAGE=
# Defaults to production if not set otherwise
OCIS_DOCKER_IMAGE=owncloud/ocis-rolling
# The oCIS container version.
# Defaults to "latest" and points to the latest stable tag.
OCIS_DOCKER_TAG=
+1 -3
View File
@@ -6,9 +6,7 @@ services:
aliases:
- ${OCIS_DOMAIN:-ocis.owncloud.test}
ocis:
# FIXME: move back to "owncloud/ocis" once the collaboration service is
# part of a production release. set the text in .env for the default accordingly
image: ${OCIS_DOCKER_IMAGE:-owncloud/ocis-rolling}:${OCIS_DOCKER_TAG:-latest}
image: ${OCIS_DOCKER_IMAGE:-owncloud/ocis}:${OCIS_DOCKER_TAG:-latest}
networks:
ocis-net:
entrypoint:
+2 -2
View File
@@ -113,8 +113,8 @@ See also [example server setup]({{< ref "preparing_server" >}})
# The oCIS container image.
# For production releases: "owncloud/ocis"
# For rolling releases: "owncloud/ocis-rolling"
# Defaults to "owncloud/ocis-rolling" (rolling release)
OCIS_DOCKER_IMAGE=
# Defaults to production if not set otherwise
OCIS_DOCKER_IMAGE=owncloud/ocis-rolling
# The oCIS container version.
# Defaults to "latest" and points to the latest stable tag.
OCIS_DOCKER_TAG=