Merge pull request #10690 from owncloud/update_example_images

[docs-only] Update ocis_full deployment example
This commit is contained in:
Martin
2024-11-29 11:45:05 +01:00
committed by GitHub
8 changed files with 11 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ services:
clamav:
image: clamav/clamav:${CLAMAV_DOCKER_TAG:-latest}
# release notes: https://blog.clamav.net
networks:
ocis-net:
volumes:

View File

@@ -53,7 +53,8 @@ services:
restart: always
collabora:
image: collabora/code:24.04.9.2.1
image: collabora/code:24.04.10.1.1
# release notes: https://www.collaboraonline.com/release-notes/
networks:
ocis-net:
environment:

View File

@@ -2,6 +2,7 @@
services:
traefik:
image: traefik:v3.2.1
# release notes: https://github.com/traefik/traefik/releases
networks:
ocis-net:
command:

View File

@@ -11,6 +11,7 @@ services:
inbucket:
image: inbucket/inbucket
# changelog: https://github.com/inbucket/inbucket/blob/main/CHANGELOG.md
networks:
- ocis-net
entrypoint:

View File

@@ -2,6 +2,7 @@
services:
minio:
image: minio/minio:latest
# release notes: https://github.com/minio/minio/releases
networks:
ocis-net:
entrypoint:

View File

@@ -7,6 +7,8 @@ services:
- ${OCIS_DOMAIN:-ocis.owncloud.test}
ocis:
image: ${OCIS_DOCKER_IMAGE:-owncloud/ocis}:${OCIS_DOCKER_TAG:-latest}
# changelog: https://github.com/owncloud/ocis/tree/master/changelog
# release notes: https://doc.owncloud.com/ocis_release_notes.html
networks:
ocis-net:
entrypoint:

View File

@@ -51,7 +51,8 @@ services:
onlyoffice:
# if you want to use oo enterprise edition, use: onlyoffice/documentserver-ee:<version>
# note, you also need to add a volume, see below
image: onlyoffice/documentserver:8.2.1
image: onlyoffice/documentserver:8.2.2
# changelog https://github.com/ONLYOFFICE/DocumentServer/releases
networks:
ocis-net:
entrypoint:

View File

@@ -2,6 +2,7 @@
services:
tika:
image: ${TIKA_IMAGE:-apache/tika:latest-full}
# release notes: https://tika.apache.org
networks:
ocis-net:
restart: always