fix the docker-compose wopi

This commit is contained in:
Roman Perekhod
2024-04-26 09:24:09 +02:00
committed by Roman Perekhod
parent dcdf314b8c
commit 76f97ba0c4
3 changed files with 34 additions and 0 deletions
@@ -110,6 +110,10 @@ services:
image: owncloud/ocis:${OCIS_DOCKER_TAG:-latest}
networks:
ocis-net:
user: "0" # needed for apk add in entrypoint script
entrypoint:
- /bin/sh
- /entrypoint-override.sh
command: app-provider server
environment:
# use the internal service name of the gateway
@@ -129,10 +133,13 @@ services:
# share the registry with the ocis container
MICRO_REGISTRY_ADDRESS: ocis:9233
volumes:
- ./config/ocis-appprovider-collabora/entrypoint-override.sh:/entrypoint-override.sh
- ocis-config:/etc/ocis
logging:
driver: ${LOG_DRIVER:-local}
restart: always
depends_on:
- ocis
ocis-appprovider-onlyoffice:
image: owncloud/ocis:${OCIS_DOCKER_TAG:-latest}
@@ -166,6 +173,8 @@ services:
logging:
driver: ${LOG_DRIVER:-local}
restart: always
depends_on:
- ocis
wopiserver:
image: cs3org/wopiserver:${WOPISERVER_DOCKER_TAG:-v10.3.0}