This commit is contained in:
Willy Kloucek
2021-10-08 08:13:59 +02:00
parent b3edd29de4
commit 0287d2cd1b
@@ -67,13 +67,13 @@ services:
OCIS_MACHINE_AUTH_API_KEY: ${OCIS_MACHINE_AUTH_API_KEY:-change-me-please} OCIS_MACHINE_AUTH_API_KEY: ${OCIS_MACHINE_AUTH_API_KEY:-change-me-please}
OCIS_TRANSFER_SECRET: ${STORAGE_TRANSFER_SECRET:-replace-me-with-a-transfer-secret} OCIS_TRANSFER_SECRET: ${STORAGE_TRANSFER_SECRET:-replace-me-with-a-transfer-secret}
# app registry # app registry
STORAGE_APP_REGISTRY_MIMETYPES_JSON: /var/tmp/ocis/.config/mimetypes.json STORAGE_APP_REGISTRY_MIMETYPES_JSON: /var/tmp/ocis/app-config/mimetypes.json
WEB_ASSET_PATH: /var/tmp/web # TODO: remove WEB_ASSET_PATH: /var/tmp/web # TODO: remove
WEB_UI_CONFIG_APPS: files, search, media-viewer, external # TODO: remove WEB_UI_CONFIG_APPS: files, search, media-viewer, external # TODO: remove
volumes: volumes:
- /home/kloucek/Projects/github.com/owncloud/web/dist:/var/tmp/web # TODO: remove - /home/kloucek/Projects/github.com/owncloud/web/dist:/var/tmp/web # TODO: remove
- ./config/ocis/entrypoint-override.sh:/entrypoint-override.sh - ./config/ocis/entrypoint-override.sh:/entrypoint-override.sh
- ./config/ocis/mimetypes.json:/var/tmp/ocis/.config/mimetypes.json - ./config/ocis/mimetypes.json:/var/tmp/ocis/app-config/mimetypes.json
- ocis-data:/var/tmp/ocis - ocis-data:/var/tmp/ocis
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
@@ -209,7 +209,7 @@ services:
restart: always restart: always
onlyoffice: onlyoffice:
image: onlyoffice/documentserver:latest image: onlyoffice/documentserver:6.4.0
networks: networks:
ocis-net: ocis-net:
environment: environment: