diff --git a/compose.yml b/compose.yml index 468efe3..f8ce113 100644 --- a/compose.yml +++ b/compose.yml @@ -6,7 +6,7 @@ services: networks: - backend - proxy - image: outlinewiki/outline:0.73.1 + image: outlinewiki/outline:0.74.0 secrets: - db_password - secret_key @@ -34,7 +34,7 @@ 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=1.1.0+0.73.1" + - "coop-cloud.${STACK_NAME}.version=2.0.0+0.74.0" ## Redirect from EXTRA_DOMAINS to DOMAIN #- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect" #- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true" diff --git a/release/next b/release/next new file mode 100644 index 0000000..de5d10d --- /dev/null +++ b/release/next @@ -0,0 +1,4 @@ +Due to the introduction of local storage, you need to adapt your config to continue using S3 storage. Just add the following lines to your config: + +FILE_STORAGE=s3 +COMPOSE_FILE="$COMPOSE_FILE:compose.aws.yml"