Merge pull request #4810 from wkloucek/deployment-example-wopi-recovery

persist wopi recovery path
This commit is contained in:
Willy Kloucek
2022-10-14 09:50:20 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -114,7 +114,7 @@ chunksize = 4194304
# Path to a recovery space in case of I/O errors when reaching to the remote storage.
# This is expected to be a local path, and it is provided in order to ease user support.
# Defaults to the indicated spool folder.
#recoverypath = /var/spool/wopirecovery
recoverypath = /var/spool/wopirecovery
[cs3]
# Host and port of the Reva(-like) CS3-compliant GRPC gateway endpoint

View File

@@ -146,7 +146,7 @@ services:
volumes:
- ./config/wopiserver/entrypoint-override.sh:/entrypoint-override.sh
- ./config/wopiserver/wopiserver.conf.dist:/etc/wopi/wopiserver.conf.dist
- wopi-data:/var/wopi_local_storage
- wopi-recovery:/var/spool/wopirecovery
labels:
- "traefik.enable=true"
- "traefik.http.routers.wopiserver.entrypoints=https"
@@ -206,7 +206,7 @@ volumes:
certs:
ocis-config:
ocis-data:
wopi-data:
wopi-recovery:
networks:
ocis-net: