diff --git a/.env.sample b/.env.sample index 894b67a..5bc2d37 100644 --- a/.env.sample +++ b/.env.sample @@ -41,7 +41,7 @@ WEB_CONCURRENCY=1 # Override the maxium size of document imports, could be required if you have # especially large Word documents with embedded imagery -MAXIMUM_IMPORT_SIZE=5120000 +FILE_STORAGE_IMPORT_MAX_SIZE=5120000 # You can remove this line if your reverse proxy already logs incoming http # requests and this ends up being duplicative diff --git a/compose.yml b/compose.yml index 31785f0..34fb004 100644 --- a/compose.yml +++ b/compose.yml @@ -34,14 +34,14 @@ services: - "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})" - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - - "coop-cloud.${STACK_NAME}.version=2.7.0+0.80.2" + - "coop-cloud.${STACK_NAME}.version=2.7.1+0.80.2" ## Redirect from EXTRA_DOMAINS to DOMAIN #- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect" #- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true" #- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}" cache: - image: redis:7.4.0 + image: redis:7.4.1 networks: - backend